Skip to content

Commit 8df125e

Browse files
committed
f update comment to new reconnect api
1 parent 3480399 commit 8df125e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/chanmon_update_fail_tests.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3185,7 +3185,8 @@ fn do_test_inverted_mon_completion_order(complete_bc_commitment_dance: bool) {
31853185
assert!(nodes[1].node.get_and_clear_pending_msg_events().is_empty());
31863186

31873187
// Now reconnect B to both A and C. If the B <-> C commitment signed dance wasn't run to
3188-
// the end go ahead and do that, though the -2 in `reconnect_nodes` indicates that we
3188+
// the end go ahead and do that, though the
3189+
// `pending_responding_commitment_signed_dup_monitor` in `reconnect_args` indicates that we
31893190
// expect to *not* receive the final RAA ChannelMonitorUpdate.
31903191
if complete_bc_commitment_dance {
31913192
reconnect_nodes(ReconnectArgs::new(&nodes[1], &nodes[2]));

0 commit comments

Comments
 (0)