From c6be91f8ae612a723f3f8db65365f44a4f98bce8 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 15 Oct 2024 02:29:49 +1030 Subject: [PATCH] wire: add missing patch. We build with this: it changes the blinded_path field to sciddir_or_pubkey. But it wasn't committed, so if someone rebuilt the wire files they'd be wrong. Signed-off-by: Rusty Russell --- ...on_06_blinded_path_first_sciddir_or_pubkey.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 wire/extracted_onion_06_blinded_path_first_sciddir_or_pubkey.patch diff --git a/wire/extracted_onion_06_blinded_path_first_sciddir_or_pubkey.patch b/wire/extracted_onion_06_blinded_path_first_sciddir_or_pubkey.patch new file mode 100644 index 000000000..e9bb8bda6 --- /dev/null +++ b/wire/extracted_onion_06_blinded_path_first_sciddir_or_pubkey.patch @@ -0,0 +1,13 @@ +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,blinding,point, + subtypedata,blinded_path,num_hops,byte, + subtypedata,blinded_path,path,onionmsg_hop,num_hops