doc: fix BlockConnected incorrect comment

This commit is contained in:
ismaelsadeeq
2025-07-07 18:14:19 +01:00
parent d33c111448
commit 4e69aa5701

View File

@@ -115,7 +115,6 @@ protected:
virtual void MempoolTransactionsRemovedForBlock(const std::vector<RemovedMempoolTransactionInfo>& txs_removed_for_block, unsigned int nBlockHeight) {}
/**
* Notifies listeners of a block being connected.
* Provides a vector of transactions evicted from the mempool as a result.
*
* Called on a background thread.
*/