Skip to content

Commit e18481d

Browse files
committed
f clarify comment
1 parent bf11c5b commit e18481d

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
@@ -3354,9 +3354,9 @@ fn do_test_durable_preimages_on_closed_channel(close_chans_before_reload: bool,
33543354
let as_closing_tx = nodes[0].tx_broadcaster.txn_broadcasted.lock().unwrap().split_off(0);
33553355
assert_eq!(as_closing_tx.len(), 1);
33563356

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

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

0 commit comments

Comments
 (0)