cln/wire/extracted_peer-shutdown-wrong_funding.patch
Rusty Russell 671068a55a BOLTs: more textual changes.
Attributable errors and some reordering, but nothing beyond text
changes for us.
2026-04-30 20:09:31 +09:30

13 lines
504 B
Diff

--- wire/peer_wire.csv
+++ wire/peer_wire.csv
@@ -90,6 +90,10 @@ msgtype,shutdown,38
msgdata,shutdown,channel_id,channel_id,
msgdata,shutdown,len,u16,
msgdata,shutdown,scriptpubkey,byte,len
+msgdata,shutdown,tlvs,shutdown_tlvs,
+tlvtype,shutdown_tlvs,wrong_funding,100
+tlvdata,shutdown_tlvs,wrong_funding,txid,sha256,
+tlvdata,shutdown_tlvs,wrong_funding,outnum,u32,
msgtype,closing_complete,40
msgdata,closing_complete,channel_id,channel_id,
msgdata,closing_complete,closer_scriptpubkey_len,u16,