Browse Source

Merge pull request #53 from pacu/proto-swift-support

add empty swift_prefix option value to .proto files
service_pr
Marshall Gaucher 5 years ago
committed by GitHub
parent
commit
c1279fa239
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      walletrpc/compact_formats.proto
  2. 2
      walletrpc/service.proto

2
walletrpc/compact_formats.proto

@ -1,7 +1,7 @@
syntax = "proto3";
package cash.z.wallet.sdk.rpc;
option go_package = "walletrpc";
option swift_prefix = "";
// Remember that proto3 fields are all optional. A field that is not present will be set to its zero value.
// bytes fields of hashes are in canonical little-endian format.

2
walletrpc/service.proto

@ -1,7 +1,7 @@
syntax = "proto3";
package cash.z.wallet.sdk.rpc;
option go_package = "walletrpc";
option swift_prefix = "";
import "compact_formats.proto";
// A BlockID message contains identifiers to select a block: a height or a

Loading…
Cancel
Save