summaryrefslogtreecommitdiff
path: root/bip-0075
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0075')
-rw-r--r--bip-0075/paymentrequest.proto9
1 files changed, 5 insertions, 4 deletions
diff --git a/bip-0075/paymentrequest.proto b/bip-0075/paymentrequest.proto
index 3c1ef40..caab02a 100644
--- a/bip-0075/paymentrequest.proto
+++ b/bip-0075/paymentrequest.proto
@@ -57,10 +57,11 @@ message InvoiceRequest {
}
enum ProtocolMessageType {
- INVOICE_REQUEST = 0;
- PAYMENT_REQUEST = 1;
- PAYMENT = 2;
- PAYMENT_ACK = 3;
+ UNKNOWN_TYPE = 0;
+ INVOICE_REQUEST = 1;
+ PAYMENT_REQUEST = 2;
+ PAYMENT = 3;
+ PAYMENT_ACK = 4;
}
message ProtocolMessage {