mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-04 06:12:07 +01:00
doc: fix BlockConnected incorrect comment
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user