File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16211,8 +16211,8 @@ mod tests {
16211
16211
// Tests that the local node will retry without zero fee commitments in the case where the
16212
16212
// remote node supports the feature but does not accept it.
16213
16213
let mut initiator_cfg = test_default_channel_config();
16214
- initiator_cfg .channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;
16215
- initiator_cfg .channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx = true;
16214
+ initiator_cfg.channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;
16215
+ initiator_cfg.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx = true;
16216
16216
16217
16217
let mut receiver_cfg = test_default_channel_config();
16218
16218
receiver_cfg.channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;
@@ -16232,8 +16232,8 @@ mod tests {
16232
16232
// Tests that the local node will retry with static remote key when zero fee commitments
16233
16233
// are supported (but not accepted), but not legacy anchors.
16234
16234
let mut initiator_cfg = test_default_channel_config();
16235
- initiator_cfg .channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;
16236
- initiator_cfg .channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx = true;
16235
+ initiator_cfg.channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;
16236
+ initiator_cfg.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx = true;
16237
16237
16238
16238
let mut receiver_cfg = test_default_channel_config();
16239
16239
receiver_cfg.channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;
You can’t perform that action at this time.
0 commit comments