Skip to content

Commit dffe1e9

Browse files
committed
f clarify comment
1 parent a2f5897 commit dffe1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/chanmon_update_fail_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3156,7 +3156,7 @@ fn do_test_inverted_mon_completion_order(complete_bc_commitment_dance: bool) {
31563156

31573157
// At this point node B still hasn't persisted the `ChannelMonitorUpdate` with the
31583158
// preimage in the A <-> B channel, which will prevent it from persisting the
3159-
// `ChannelMonitorUpdate` here to avoid "losing" the preimage.
3159+
// `ChannelMonitorUpdate` for the B<->C channel here to avoid "losing" the preimage.
31603160
nodes[1].node.handle_revoke_and_ack(&nodes[2].node.get_our_node_id(), &cs_raa);
31613161
check_added_monitors(&nodes[1], 0);
31623162
assert!(nodes[1].node.get_and_clear_pending_msg_events().is_empty());

0 commit comments

Comments
 (0)