forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
906fb6c
commit 3b53640
Showing
4 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters