File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4101,7 +4101,7 @@ fn test_channel_monitor_skipping_current_best_block() {
4101
4101
// Now channel-monitor in chain-monitor doesn't know about block_1, but it's best_block is block_1,
4102
4102
// since that was populated by channel-manager.
4103
4103
// 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.
4105
4105
*nodes[0].connect_style.borrow_mut() = ConnectStyle::BestBlockFirst;
4106
4106
confirm_transaction_at(&nodes[0], &funding_tx, nodes[0].best_block_info().1 + 1);
4107
4107
connect_blocks(&nodes[0], CHAN_CONFIRM_DEPTH);
You can’t perform that action at this time.
0 commit comments