From e5564173e7d18d2d8fc1c2320cc6be7045a31b5c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 20 Sep 2019 16:27:17 +0930 Subject: [PATCH] BOLT: update to cover minor changes. Signed-off-by: Rusty Russell --- Makefile | 2 +- gossipd/gossip_generation.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fdd00ea8d..f3be7c524 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CCANDIR := ccan # Where we keep the BOLT RFCs BOLTDIR := ../lightning-rfc/ -BOLTVERSION := 8555709811e6b2326f80dc479021b161e850bf03 +BOLTVERSION := aba7a8fe46735cb6c15632935f5e442b2fc7f26f -include config.vars diff --git a/gossipd/gossip_generation.c b/gossipd/gossip_generation.c index 5d794ee9d..b698caae0 100644 --- a/gossipd/gossip_generation.c +++ b/gossipd/gossip_generation.c @@ -363,6 +363,7 @@ static void update_local_channel(struct local_cupdate *lc /* frees! */) /* BOLT #7: * * The origin node: + *... * - MAY create a `channel_update` to communicate the channel parameters to the * channel peer, even though the channel has not yet been announced (i.e. the * `announce_channel` bit was not set).