Skip to content

Commit a2f5897

Browse files
committed
f update comment to new reconnect api
1 parent 59f60e9 commit a2f5897

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
@@ -3182,7 +3182,8 @@ fn do_test_inverted_mon_completion_order(complete_bc_commitment_dance: bool) {
31823182
assert!(nodes[1].node.get_and_clear_pending_msg_events().is_empty());
31833183

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

0 commit comments

Comments
 (0)