mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
e3ae7883bb
This splits the existing old-spec pathways to prepare for the new ones. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
13 lines
603 B
Diff
13 lines
603 B
Diff
--- wire/extracted_peer_wire_csv 2020-03-11 10:30:35.744376417 +1030
|
|
+++ - 2020-03-26 13:47:13.409755567 +1030
|
|
@@ -211,3 +211,9 @@
|
|
msgdata,gossip_timestamp_filter,chain_hash,chain_hash,
|
|
msgdata,gossip_timestamp_filter,first_timestamp,u32,
|
|
msgdata,gossip_timestamp_filter,timestamp_range,u32,
|
|
+msgtype,obs_onion_message,385,option_onion_messages
|
|
+msgdata,obs_onion_message,len,u16,
|
|
+msgdata,obs_onion_message,onionmsg,byte,len
|
|
+msgdata,obs_onion_message,obs_onion_message_tlvs,obs_onion_message_tlvs,
|
|
+tlvtype,obs_onion_message_tlvs,blinding,2
|
|
+tlvdata,obs_onion_message_tlvs,blinding,blinding,point,
|