Spec: trivial update to latest.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2019-11-22 15:11:25 +10:30
parent 14997f6237
commit fb040bc619
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ CCANDIR := ccan
# Where we keep the BOLT RFCs
BOLTDIR := ../lightning-rfc/
BOLTVERSION := 2afe3559e89520ba28b24ff5739491313217ae13
BOLTVERSION := 35f6376f2050191081b148fb540f604092be59e1
-include config.vars

View File

@ -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. */