Browse Source

Spec: trivial update to latest.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
travis-debug
Rusty Russell 5 years ago
parent
commit
fb040bc619
  1. 2
      Makefile
  2. 2
      lightningd/channel_control.c

2
Makefile

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

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

Loading…
Cancel
Save