From 4e69aa5701a2dad3805ea26718e6a406adb8b748 Mon Sep 17 00:00:00 2001 From: ismaelsadeeq Date: Mon, 7 Jul 2025 18:14:19 +0100 Subject: [PATCH] doc: fix `BlockConnected` incorrect comment --- src/validationinterface.h | 1 - 1 file changed, 1 deletion(-) 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. */