From fb040bc6198737dc3bc40988fdc1cd4048727e9a Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 22 Nov 2019 15:11:25 +1030 Subject: [PATCH] Spec: trivial update to latest. Signed-off-by: Rusty Russell --- Makefile | 2 +- lightningd/channel_control.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2726fe70e..16a45b460 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CCANDIR := ccan # Where we keep the BOLT RFCs BOLTDIR := ../lightning-rfc/ -BOLTVERSION := 2afe3559e89520ba28b24ff5739491313217ae13 +BOLTVERSION := 35f6376f2050191081b148fb540f604092be59e1 -include config.vars diff --git a/lightningd/channel_control.c b/lightningd/channel_control.c index beae0c623..9fe6e8b24 100644 --- a/lightningd/channel_control.c +++ b/lightningd/channel_control.c @@ -540,7 +540,7 @@ is_fundee_should_forget(struct lightningd *ld, * * A non-funding node (fundee): * - SHOULD forget the channel if it does not see the - * funding transaction after a reasonable timeout. + * correct funding transaction after a reasonable timeout. */ /* Only applies if we are fundee. */