Skip to content

Commit e53d21f

Browse files
committed
f clarify comment
1 parent 8df125e commit e53d21f

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
@@ -3159,7 +3159,7 @@ fn do_test_inverted_mon_completion_order(complete_bc_commitment_dance: bool) {
31593159

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

0 commit comments

Comments
 (0)