BOLT update: catch up ("BOLT 4: rename onionmsg_hop to blinded_path_hop")

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2024-10-15 09:54:42 +10:30
parent f92c9430fd
commit 76cfff7533
9 changed files with 28 additions and 28 deletions

View File

@@ -20,11 +20,11 @@ subtype,blinded_path
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
subtype,onionmsg_hop
subtypedata,onionmsg_hop,blinded_node_id,point,
subtypedata,onionmsg_hop,enclen,u16,
subtypedata,onionmsg_hop,encrypted_recipient_data,byte,enclen
subtypedata,blinded_path,path,blinded_path_hop,num_hops
subtype,blinded_path_hop
subtypedata,blinded_path_hop,blinded_node_id,point,
subtypedata,blinded_path_hop,enclen,u16,
subtypedata,blinded_path_hop,encrypted_recipient_data,byte,enclen
tlvtype,encrypted_data_tlv,padding,1
tlvdata,encrypted_data_tlv,padding,padding,byte,...
tlvtype,encrypted_data_tlv,short_channel_id,2
1 #include <wire/onion_defs.h>
20 subtypedata,blinded_path,first_node_id,sciddir_or_pubkey,
21 subtypedata,blinded_path,first_path_key,point,
22 subtypedata,blinded_path,num_hops,byte,
23 subtypedata,blinded_path,path,onionmsg_hop,num_hops subtypedata,blinded_path,path,blinded_path_hop,num_hops
24 subtype,onionmsg_hop subtype,blinded_path_hop
25 subtypedata,onionmsg_hop,blinded_node_id,point, subtypedata,blinded_path_hop,blinded_node_id,point,
26 subtypedata,onionmsg_hop,enclen,u16, subtypedata,blinded_path_hop,enclen,u16,
27 subtypedata,onionmsg_hop,encrypted_recipient_data,byte,enclen subtypedata,blinded_path_hop,encrypted_recipient_data,byte,enclen
28 tlvtype,encrypted_data_tlv,padding,1
29 tlvdata,encrypted_data_tlv,padding,padding,byte,...
30 tlvtype,encrypted_data_tlv,short_channel_id,2