Fire the MempoolTransactionsRemovedForBlock event to all subscribers.
Declared in <validationinterface.h>
void
MempoolTransactionsRemovedForBlock(
std::shared_ptr<CBlock const> block,
std::vector<RemovedMempoolTransactionInfo> txs_removed_for_block,
unsigned int block_height);
| 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. |