Specify Protobuf version 2 in paymentrequest.proto
This commit is contained in:
parent
a82e5d8220
commit
c4084c2085
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
// https://en.bitcoin.it/wiki/Payment_Request
|
||||
//
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
package payments;
|
||||
option java_package = "org.bitcoin.protocols.payments";
|
||||
option java_outer_classname = "Protos";
|
||||
|
|
Loading…
Reference in a new issue