mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Makefile: update bolt version to include option_anchors_zero_fee_htlc_tx.
This touches a lot of text, mainly to change "if `option_anchor_outputs`" to "if `option_anchors`" Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -231,7 +231,8 @@ void peer_start_closingd(struct channel *channel,
|
||||
return;
|
||||
}
|
||||
|
||||
/* BOLT #2:
|
||||
/* FIXME: This is the old BOLT 2 text, which restricted the closing
|
||||
* fee to cap at the final commitment fee. We still do this for now.
|
||||
*
|
||||
* The sending node:
|
||||
* - MUST set `fee_satoshis` less than or equal to the base
|
||||
|
||||
Reference in New Issue
Block a user