wire: update bolts which include sciddir_or_pubkey in blinded path.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Alex Myers
parent
77eef3b62e
commit
7d62129dbf
2
Makefile
2
Makefile
@@ -26,7 +26,7 @@ CCANDIR := ccan
|
|||||||
|
|
||||||
# Where we keep the BOLT RFCs
|
# Where we keep the BOLT RFCs
|
||||||
BOLTDIR := ../bolts/
|
BOLTDIR := ../bolts/
|
||||||
DEFAULT_BOLTVERSION := 0809f77c7b57abe138c02697f573b52b470fb647
|
DEFAULT_BOLTVERSION := df4af02eb1028b6da2d3bce792052f27ea92f774
|
||||||
# Can be overridden on cmdline.
|
# Can be overridden on cmdline.
|
||||||
BOLTVERSION := $(DEFAULT_BOLTVERSION)
|
BOLTVERSION := $(DEFAULT_BOLTVERSION)
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
diff --git a/wire/onion_wire.csv b/wire/onion_wire.csv
|
|
||||||
index 41cafe553..c1d850c60 100644
|
|
||||||
--- a/wire/onion_wire.csv
|
|
||||||
+++ b/wire/onion_wire.csv
|
|
||||||
@@ -95,7 +95,7 @@ tlvdata,onionmsg_tlv,invoice,invoice,byte,...
|
|
||||||
tlvtype,onionmsg_tlv,invoice_error,68
|
|
||||||
tlvdata,onionmsg_tlv,invoice_error,invoice_error,byte,...
|
|
||||||
subtype,blinded_path
|
|
||||||
-subtypedata,blinded_path,first_node_id,point,
|
|
||||||
+subtypedata,blinded_path,first_node_id,sciddir_or_pubkey,
|
|
||||||
subtypedata,blinded_path,first_path_key,point,
|
|
||||||
subtypedata,blinded_path,num_hops,byte,
|
|
||||||
subtypedata,blinded_path,path,onionmsg_hop,num_hops
|
|
||||||
Reference in New Issue
Block a user