Skip to content

Commit d31ac72

Browse files
fanquakeluke-jr
authored andcommitted
Specify Protobuf version 2 in paymentrequest.proto
Github-Pull: #8742 Rebased-From: c4084c2
1 parent 5e15fce commit d31ac72

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)