Fire the MempoolTransactionsRemovedForBlock event to all subscribers.
Synopsis
Declared in <validationinterface.h>
void
MempoolTransactionsRemovedForBlock(
std::shared_ptr<CBlock const> block,
std::vector<RemovedMempoolTransactionInfo> txs_removed_for_block,
unsigned int block_height);
Parameters
Name |
Description |
block |
The block whose connection triggered the removals. |
txs_removed_for_block |
The transactions removed because they were included in the block. |
block_height |
Height of the connected block. |
Created with MrDocs