Skip to content

Commit 4e69aa5

Browse files
committed
doc: fix BlockConnected incorrect comment
1 parent d33c111 commit 4e69aa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/validationinterface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class CValidationInterface {
115115
virtual void MempoolTransactionsRemovedForBlock(const std::vector<RemovedMempoolTransactionInfo>& txs_removed_for_block, unsigned int nBlockHeight) {}
116116
/**
117117
* Notifies listeners of a block being connected.
118-
* Provides a vector of transactions evicted from the mempool as a result.
119118
*
120119
* Called on a background thread.
121120
*/

0 commit comments

Comments
 (0)