We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3480399 commit 8df125eCopy full SHA for 8df125e
lightning/src/ln/chanmon_update_fail_tests.rs
@@ -3185,7 +3185,8 @@ fn do_test_inverted_mon_completion_order(complete_bc_commitment_dance: bool) {
3185
assert!(nodes[1].node.get_and_clear_pending_msg_events().is_empty());
3186
3187
// 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
+ // the end go ahead and do that, though the
3189
+ // `pending_responding_commitment_signed_dup_monitor` in `reconnect_args` indicates that we
3190
// expect to *not* receive the final RAA ChannelMonitorUpdate.
3191
if complete_bc_commitment_dance {
3192
reconnect_nodes(ReconnectArgs::new(&nodes[1], &nodes[2]));
0 commit comments