mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +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:
@@ -44,7 +44,7 @@ static struct bitcoin_tx *htlc_tx(const tal_t *ctx,
|
||||
* * `txin[0]` outpoint: `txid` of the commitment transaction and
|
||||
* `output_index` of the matching HTLC output for the HTLC
|
||||
* transaction
|
||||
* * `txin[0]` sequence: `0` (set to `1` for `option_anchor_outputs`)
|
||||
* * `txin[0]` sequence: `0` (set to `1` for `option_anchors`)
|
||||
*/
|
||||
amount = amount_msat_to_sat_round_down(msat);
|
||||
bitcoin_tx_add_input(tx, commit_txid, commit_output_number,
|
||||
|
||||
Reference in New Issue
Block a user