mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
98d2dc2d4c
We don't need to patch it in anymore, now it's merged. However, we do move the message itself from onion_wire.csv to peer_wire.csv (we should get more sophisticated with our parsing, but this works for now!). The resulting peer_wire.csv is identical, the onion_wire.csv file is slightly reordered. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
18 lines
795 B
Diff
18 lines
795 B
Diff
diff --git a/wire/onion_wire.csv b/wire/onion_wire.csv
|
|
index ae05f09fd..b09811ed1 100644
|
|
--- a/wire/onion_wire.csv
|
|
+++ b/wire/onion_wire.csv
|
|
@@ -92,6 +92,12 @@ tlvtype,onionmsg_tlv,reply_path,2
|
|
tlvdata,onionmsg_tlv,reply_path,path,blinded_path,
|
|
tlvtype,onionmsg_tlv,encrypted_recipient_data,4
|
|
tlvdata,onionmsg_tlv,encrypted_recipient_data,encrypted_recipient_data,byte,...
|
|
+tlvtype,onionmsg_tlv,invoice_request,64
|
|
+tlvdata,onionmsg_tlv,invoice_request,invoice_request,tlv_invoice_request,
|
|
+tlvtype,onionmsg_tlv,invoice,66
|
|
+tlvdata,onionmsg_tlv,invoice,invoice,tlv_invoice,
|
|
+tlvtype,onionmsg_tlv,invoice_error,68
|
|
+tlvdata,onionmsg_tlv,invoice_error,invoice_error,tlv_invoice_error,
|
|
subtype,blinded_path
|
|
subtypedata,blinded_path,first_node_id,point,
|
|
subtypedata,blinded_path,blinding,point,
|