Skip to content

Commit 842a018

Browse files
committed
f spurious default re-set
1 parent 7f93c5f commit 842a018

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lightning/src/ln/monitor_tests.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3617,9 +3617,7 @@ fn do_test_lost_timeout_monitor_events(on_counterparty_tx: bool, dust_htlcs: boo
36173617

36183618
nodes[0].node.peer_disconnected(nodes[1].node.get_our_node_id());
36193619

3620-
let mut reconnect_args = ReconnectArgs::new(&nodes[0], &nodes[1]);
3621-
reconnect_args.pending_cell_htlc_fails = (0, 0);
3622-
reconnect_nodes(reconnect_args);
3620+
reconnect_nodes(ReconnectArgs::new(&nodes[0], &nodes[1]));
36233621

36243622
nodes[1].node.process_pending_htlc_forwards();
36253623
check_added_monitors(&nodes[1], 1);

0 commit comments

Comments
 (0)