add empty swift_prefix option value to .proto files
This commit is contained in:
parent
fc6c2f1342
commit
9f6cf742b6
|
@ -1,7 +1,7 @@
|
||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
package cash.z.wallet.sdk.rpc;
|
package cash.z.wallet.sdk.rpc;
|
||||||
option go_package = "walletrpc";
|
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.
|
// 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.
|
// bytes fields of hashes are in canonical little-endian format.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
package cash.z.wallet.sdk.rpc;
|
package cash.z.wallet.sdk.rpc;
|
||||||
option go_package = "walletrpc";
|
option go_package = "walletrpc";
|
||||||
|
option swift_prefix = "";
|
||||||
import "compact_formats.proto";
|
import "compact_formats.proto";
|
||||||
|
|
||||||
// A BlockID message contains identifiers to select a block: a height or a
|
// A BlockID message contains identifiers to select a block: a height or a
|
||||||
|
|
Loading…
Reference in New Issue