Skip to content

Commit ef78118

Browse files
committed
f clarify comment
1 parent f01d62e commit ef78118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/chanmon_update_fail_tests.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -3357,9 +3357,9 @@ fn do_test_durable_preimages_on_closed_channel(close_chans_before_reload: bool,
33573357
let as_closing_tx = nodes[0].tx_broadcaster.txn_broadcasted.lock().unwrap().split_off(0);
33583358
assert_eq!(as_closing_tx.len(), 1);
33593359

3360-
// In order to give B A's closing transaction without processing background events first, use
3361-
// the _without_consistency_checks utility method. This is similar to connecting blocks during
3362-
// startup prior to the node being full initialized.
3360+
// In order to give A's closing transaction to B without processing background events first,
3361+
// use the _without_consistency_checks utility method. This is similar to connecting blocks
3362+
// during startup prior to the node being full initialized.
33633363
mine_transaction_without_consistency_checks(&nodes[1], &as_closing_tx[0]);
33643364

33653365
// After a timer tick a payment preimage ChannelMonitorUpdate is applied to the A<->B

0 commit comments

Comments
 (0)