Skip to content

Commit 9e4aa03

Browse files
committed
f clarify comment
1 parent b4799a2 commit 9e4aa03

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
@@ -3160,7 +3160,7 @@ fn do_test_inverted_mon_completion_order(with_latest_manager: bool, complete_bc_
31603160

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

0 commit comments

Comments
 (0)