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