mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
bolt-spec: bring up to date at 309e86d471faf90c1f6c531701c16887684badb9
This commit is contained in:
parent
ab52638f93
commit
254ee8a5d3
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ CCANDIR := ccan
|
|||
|
||||
# Where we keep the BOLT RFCs
|
||||
BOLTDIR := ../lightning-rfc/
|
||||
BOLTVERSION := da71867c840abe057d7a68f358dd9493e0e79110
|
||||
BOLTVERSION := 309e86d471faf90c1f6c531701c16887684badb9
|
||||
|
||||
-include config.vars
|
||||
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue