Merge #8742: Specify Protobuf version 2 in paymentrequest.proto

c4084c2 Specify Protobuf version 2 in paymentrequest.proto (fanquake)
This commit is contained in:
Wladimir J. van der Laan 2016-09-19 15:39:41 +02:00
commit 2ebb8099d9
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
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";