Skip to content

Commit 2ebb809

Browse files
committed
Merge #8742: Specify Protobuf version 2 in paymentrequest.proto
c4084c2 Specify Protobuf version 2 in paymentrequest.proto (fanquake)
2 parents 0171a1e + c4084c2 commit 2ebb809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/paymentrequest.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// https://en.bitcoin.it/wiki/Payment_Request
77
//
88

9+
syntax = "proto2";
10+
911
package payments;
1012
option java_package = "org.bitcoin.protocols.payments";
1113
option java_outer_classname = "Protos";

0 commit comments

Comments
 (0)