Specify Protobuf version 2 in paymentrequest.proto

Github-Pull: #8742
Rebased-From: c4084c2085
This commit is contained in:
fanquake 2016-09-16 11:45:08 +08:00 committed by Luke Dashjr
parent 5e15fce30c
commit d31ac725cf
1 changed files with 2 additions and 0 deletions

View File

@ -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";