From 341bbdfcbe75331d12d84410a5893d199d19b552 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sat, 10 Sep 2022 11:39:31 +0930 Subject: [PATCH] doc: increase BOLT level to 03468e17563650fb9bfe58b2da4d1e5d28e92009 `flags` in `channel_disabled` gets renamed. We don't use it anyway. Signed-off-by: Rusty Russell --- Makefile | 2 +- wire/onion_wire.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5d21d7f51..39b600335 100644 --- a/Makefile +++ b/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) diff --git a/wire/onion_wire.csv b/wire/onion_wire.csv index 9f255bdaf..09f7920fd 100644 --- a/wire/onion_wire.csv +++ b/wire/onion_wire.csv @@ -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