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 59f60e9 commit a2f5897Copy full SHA for a2f5897
lightning/src/ln/chanmon_update_fail_tests.rs
@@ -3182,7 +3182,8 @@ fn do_test_inverted_mon_completion_order(complete_bc_commitment_dance: bool) {
3182
assert!(nodes[1].node.get_and_clear_pending_msg_events().is_empty());
3183
3184
// 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
+ // the end go ahead and do that, though the
3186
+ // `pending_responding_commitment_signed_dup_monitor` in `reconnect_args` indicates that we
3187
// expect to *not* receive the final RAA ChannelMonitorUpdate.
3188
if complete_bc_commitment_dance {
3189
reconnect_nodes(ReconnectArgs::new(&nodes[1], &nodes[2]));
0 commit comments