Skip to content

Commit eb0847e

Browse files
committed
nit
1 parent 381edf3 commit eb0847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4101,7 +4101,7 @@ fn test_channel_monitor_skipping_current_best_block() {
41014101
// Now channel-monitor in chain-monitor doesn't know about block_1, but it's best_block is block_1,
41024102
// since that was populated by channel-manager.
41034103
// Later on, subsequent blocks are connected to both channel_manager and chainmonitor.
4104-
// Hence, channel-monitor skipped block_1, directly tries to process_chain_data with subsequent blocks.
4104+
// Hence, this channel's channel-monitor skipped block_1, directly tries to process subsequent blocks.
41054105
*nodes[0].connect_style.borrow_mut() = ConnectStyle::BestBlockFirst;
41064106
confirm_transaction_at(&nodes[0], &funding_tx, nodes[0].best_block_info().1 + 1);
41074107
connect_blocks(&nodes[0], CHAN_CONFIRM_DEPTH);

0 commit comments

Comments
 (0)