diff --git a/src/validationinterface.h b/src/validationinterface.h index 36698fec4e7..5a50876809c 100644 --- a/src/validationinterface.h +++ b/src/validationinterface.h @@ -115,7 +115,6 @@ protected: virtual void MempoolTransactionsRemovedForBlock(const std::vector& 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. */