mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
Regenerate from current BOLTS via `make extract-bolt-csv` 1. The remote_addr field was added manually into peer_wire.csv: this needs to be a patch otherwise it vanishes on regen. 2. We never brought into the channel_disabled fields, because it was too much hassle (we never actually generate this!). Do it now. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
14 lines
461 B
Diff
14 lines
461 B
Diff
diff --git a/wire/peer_wire.csv b/wire/peer_wire.csv
|
|
index a028ddc66..4043c6350 100644
|
|
--- a/wire/peer_wire.csv
|
|
+++ b/wire/peer_wire.csv
|
|
@@ -6,6 +6,8 @@ msgdata,init,features,byte,flen
|
|
msgdata,init,tlvs,init_tlvs,
|
|
tlvtype,init_tlvs,networks,1
|
|
tlvdata,init_tlvs,networks,chains,chain_hash,...
|
|
+tlvtype,init_tlvs,remote_addr,3
|
|
+tlvdata,init_tlvs,remote_addr,remote_addr,wireaddr,
|
|
msgtype,error,17
|
|
msgdata,error,channel_id,channel_id,
|
|
msgdata,error,len,u16,
|