mirror of
https://github.com/lightning/bolts.git
synced 2025-02-21 22:11:54 +01:00
BOLT 4: remove space in formatting which prevented tools/extract-formats.py (#858)
This is the only one, so I simply removed it. We'd notice if a new field was introduced which didn't change the output these days, but this has been here since 2017. Here's the difference in extract-formats.py's output: ```diff @@ -177,6 +177,9 @@ msgtype,final_incorrect_htlc_amount,19 msgdata,final_incorrect_htlc_amount,incoming_htlc_amt,u64, msgtype,channel_disabled,UPDATE|20 +msgdata,channel_disabled,flags,u16, +msgdata,channel_disabled,len,u16, +msgdata,channel_disabled,channel_update,byte,len msgtype,expiry_too_far,21 msgtype,invalid_onion_payload,PERM|22 msgdata,invalid_onion_payload,type,bigsize, ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
b201efe054
commit
83980de786
1 changed files with 1 additions and 1 deletions
Loading…
Add table
Reference in a new issue