mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-21 09:32:39 +02:00
Merge #8742: Specify Protobuf version 2 in paymentrequest.proto
c4084c2
Specify Protobuf version 2 in paymentrequest.proto (fanquake)
This commit is contained in:
commit
2ebb8099d9
@ -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 New Issue
Block a user