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 8df125e commit e53d21fCopy full SHA for e53d21f
lightning/src/ln/chanmon_update_fail_tests.rs
@@ -3159,7 +3159,7 @@ fn do_test_inverted_mon_completion_order(complete_bc_commitment_dance: bool) {
3159
3160
// At this point node B still hasn't persisted the `ChannelMonitorUpdate` with the
3161
// preimage in the A <-> B channel, which will prevent it from persisting the
3162
- // `ChannelMonitorUpdate` here to avoid "losing" the preimage.
+ // `ChannelMonitorUpdate` for the B<->C channel here to avoid "losing" the preimage.
3163
nodes[1].node.handle_revoke_and_ack(&nodes[2].node.get_our_node_id(), &cs_raa);
3164
check_added_monitors(&nodes[1], 0);
3165
assert!(nodes[1].node.get_and_clear_pending_msg_events().is_empty());
0 commit comments