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:
Rusty Russell
2021-09-08 09:38:14 +09:30
parent 1b2c6964fd
commit fb4edc2938
20 changed files with 54 additions and 39 deletions

View File

@@ -147,12 +147,14 @@ wallet_commit_channel(struct lightningd *ld,
* #### Requirements
*
* Both peers:
* - if `option_static_remotekey` or `option_anchor_outputs` was negotiated:
* - `option_static_remotekey` or `option_anchor_outputs` applies to all commitment
* transactions
* - if `option_static_remotekey`, `option_anchor_outputs` or
* `option_anchors_zero_fee_htlc_tx` was negotiated:
* - `option_static_remotekey`, `option_anchor_outputs` or
* `option_anchors_zero_fee_htlc_tx` applies to all commitment transactions
* - otherwise:
* - `option_static_remotekey` or `option_anchor_outputs` does not apply to any commitment
* transactions
* - `option_static_remotekey`, `option_anchor_outputs` or
* `option_anchors_zero_fee_htlc_tx` does not apply to any commitment
* transactions
*/
/* i.e. We set it now for the channel permanently. */
if (feature_negotiated(ld->our_features,