mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Specify Protobuf version 2 in paymentrequest.proto
This commit is contained in:
parent
a82e5d8220
commit
c4084c2085
@ -6,6 +6,8 @@
|
|||||||
// https://en.bitcoin.it/wiki/Payment_Request
|
// https://en.bitcoin.it/wiki/Payment_Request
|
||||||
//
|
//
|
||||||
|
|
||||||
|
syntax = "proto2";
|
||||||
|
|
||||||
package payments;
|
package payments;
|
||||||
option java_package = "org.bitcoin.protocols.payments";
|
option java_package = "org.bitcoin.protocols.payments";
|
||||||
option java_outer_classname = "Protos";
|
option java_outer_classname = "Protos";
|
||||||
|
Loading…
Reference in New Issue
Block a user