diff options
author | Matt David <matt@netki.com> | 2016-07-28 15:13:32 -0700 |
---|---|---|
committer | Matt David <matt@netki.com> | 2016-07-28 15:13:32 -0700 |
commit | 6559767e03dca8394fd28f1fb7b823d294e17d3b (patch) | |
tree | 9545741af8b46dd7136ccd5f552ab6cb670c0a14 /bip-0075 | |
parent | f7e08aa1a7979cc97d4d45f9ca5d98fd6467291e (diff) |
- Replace UNKNOWN_TYPE with UNKNOWN_MESSAGE_TYPE
Diffstat (limited to 'bip-0075')
-rw-r--r-- | bip-0075/paymentrequest.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0075/paymentrequest.proto b/bip-0075/paymentrequest.proto index caab02a..9f170fe 100644 --- a/bip-0075/paymentrequest.proto +++ b/bip-0075/paymentrequest.proto @@ -57,7 +57,7 @@ message InvoiceRequest { } enum ProtocolMessageType { - UNKNOWN_TYPE = 0; + UNKNOWN_MESSAGE_TYPE = 0; INVOICE_REQUEST = 1; PAYMENT_REQUEST = 2; PAYMENT = 3; |