Browse Source

bolt-spec: bring up to date at 309e86d471faf90c1f6c531701c16887684badb9

pull/2938/head
lisa neigut 6 years ago
committed by Rusty Russell
parent
commit
254ee8a5d3
  1. 2
      Makefile
  2. 2
      lightningd/peer_htlcs.c

2
Makefile

@ -15,7 +15,7 @@ CCANDIR := ccan
# Where we keep the BOLT RFCs
BOLTDIR := ../lightning-rfc/
BOLTVERSION := da71867c840abe057d7a68f358dd9493e0e79110
BOLTVERSION := 309e86d471faf90c1f6c531701c16887684badb9
-include config.vars

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

Loading…
Cancel
Save