Skip to content

Commit cdf060d

Browse files
committed
f Remove unnecessary spaces
1 parent 4db1ffd commit cdf060d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16211,8 +16211,8 @@ mod tests {
1621116211
// Tests that the local node will retry without zero fee commitments in the case where the
1621216212
// remote node supports the feature but does not accept it.
1621316213
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;
1621616216

1621716217
let mut receiver_cfg = test_default_channel_config();
1621816218
receiver_cfg.channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;
@@ -16232,8 +16232,8 @@ mod tests {
1623216232
// Tests that the local node will retry with static remote key when zero fee commitments
1623316233
// are supported (but not accepted), but not legacy anchors.
1623416234
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;
1623716237

1623816238
let mut receiver_cfg = test_default_channel_config();
1623916239
receiver_cfg.channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;

0 commit comments

Comments
 (0)