bolt-spec: bring up to date at 309e86d471faf90c1f6c531701c16887684badb9

This commit is contained in:
lisa neigut 2019-07-09 18:58:57 -05:00 committed by Rusty Russell
parent ab52638f93
commit 254ee8a5d3
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 := da71867c840abe057d7a68f358dd9493e0e79110
BOLTVERSION := 309e86d471faf90c1f6c531701c16887684badb9
-include config.vars

View file

@ -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;