ValidationSignals::MempoolTransactionsRemovedForBlock

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

NameDescription
blockThe block whose connection triggered the removals.
txs_removed_for_blockThe transactions removed because they were included in the block.
block_heightHeight of the connected block.