mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
One change from the obsolete version handling, gossipd will no longer send forwarding onion msgs to lightningd, but will forward it directly. That was the effect before, anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
10 lines
467 B
Diff
10 lines
467 B
Diff
--- peer_wire.csv 2021-08-25 12:41:02.876254003 +0930
|
|
+++ peer_wire.csv.raw 2021-08-25 13:42:31.991693809 +0930
|
|
@@ -320,3 +210,7 @@
|
|
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,
|
|
+msgtype,onion_message,387,option_onion_messages
|
|
+msgdata,onion_message,blinding,point,
|
|
+msgdata,onion_message,len,u16,
|
|
+msgdata,onion_message,onionmsg,byte,len
|