From 254ee8a5d30b4630453f491edc487aaaca8eee09 Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Tue, 9 Jul 2019 18:58:57 -0500 Subject: [PATCH] bolt-spec: bring up to date at 309e86d471faf90c1f6c531701c16887684badb9 --- Makefile | 2 +- lightningd/peer_htlcs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1edf1b814..736e4b46d 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CCANDIR := ccan # Where we keep the BOLT RFCs BOLTDIR := ../lightning-rfc/ -BOLTVERSION := da71867c840abe057d7a68f358dd9493e0e79110 +BOLTVERSION := 309e86d471faf90c1f6c531701c16887684badb9 -include config.vars diff --git a/lightningd/peer_htlcs.c b/lightningd/peer_htlcs.c index ed685392e..73ea45472 100644 --- a/lightningd/peer_htlcs.c +++ b/lightningd/peer_htlcs.c @@ -1888,7 +1888,7 @@ void htlcs_notify_new_block(struct lightningd *ld, u32 height) *... * - if an HTLC it has fulfilled is in either node's current commitment * transaction, AND is past this fulfillment deadline: - * - MUST fail the connection. + * - MUST fail the channel. */ do { struct htlc_in *hin;