mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
doc: increase BOLT level to 03468e17563650fb9bfe58b2da4d1e5d28e92009
`flags` in `channel_disabled` gets renamed. We don't use it anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
fbcdf2c565
commit
341bbdfcbe
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ CCANDIR := ccan
|
|||
|
||||
# Where we keep the BOLT RFCs
|
||||
BOLTDIR := ../bolts/
|
||||
DEFAULT_BOLTVERSION := 105c2e5e9f17c68e8c19dc4ca548600a0b8f66f0
|
||||
DEFAULT_BOLTVERSION := 03468e17563650fb9bfe58b2da4d1e5d28e92009
|
||||
# Can be overridden on cmdline.
|
||||
BOLTVERSION := $(DEFAULT_BOLTVERSION)
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ msgdata,final_incorrect_cltv_expiry,cltv_expiry,u32,
|
|||
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,disabled_flags,u16,
|
||||
msgdata,channel_disabled,len,u16,
|
||||
msgdata,channel_disabled,channel_update,byte,len
|
||||
msgtype,expiry_too_far,21
|
||||
|
|
|
Loading…
Add table
Reference in a new issue