Files
palladum-lightning/wire/extracted_peer_07_peer_storage.patch
Rusty Russell 2cb6da14fb BOLT: catch up now Dual-funding is included.
Mainly we don't need to patch the spec anywhere near as much.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-05-09 16:14:23 -05:00

16 lines
670 B
Diff

--- wire/peer_wire.csv 2022-07-18 13:49:29.079542016 +0530
+++ - 2022-07-18 13:58:17.706696582 +0530
@@ -249,6 +249,12 @@
msgdata,channel_reestablish,my_current_per_commitment_point,point,
tlvtype,channel_reestablish_tlvs,next_funding,0
tlvdata,channel_reestablish_tlvs,next_funding,next_funding_txid,sha256,
+msgtype,peer_storage,7
+msgdata,peer_storage,len,u16,
+msgdata,peer_storage,blob,byte,len
+msgtype,your_peer_storage,9
+msgdata,your_peer_storage,len,u16,
+msgdata,your_peer_storage,blob,byte,len
msgtype,announcement_signatures,259
msgdata,announcement_signatures,channel_id,channel_id,
msgdata,announcement_signatures,short_channel_id,short_channel_id,