Skip to content

Commit c3aabce

Browse files
committed
f update comment to new reconnect api
1 parent 694921e commit c3aabce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/chanmon_update_fail_tests.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,8 @@ fn do_test_inverted_mon_completion_order(with_latest_manager: bool, complete_bc_
31893189
assert!(nodes[1].node.get_and_clear_pending_msg_events().is_empty());
31903190

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

0 commit comments

Comments
 (0)