mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-23 15:38:22 +00:00
- Replace UNKNOWN_TYPE with UNKNOWN_MESSAGE_TYPE
This commit is contained in:
@@ -57,7 +57,7 @@ message InvoiceRequest {
|
||||
}
|
||||
|
||||
enum ProtocolMessageType {
|
||||
UNKNOWN_TYPE = 0;
|
||||
UNKNOWN_MESSAGE_TYPE = 0;
|
||||
INVOICE_REQUEST = 1;
|
||||
PAYMENT_REQUEST = 2;
|
||||
PAYMENT = 3;
|
||||
|
||||
Reference in New Issue
Block a user