[#ValidationSignals-MempoolTransactionsRemovedForBlock] = xref:ValidationSignals.adoc[ValidationSignals]::MempoolTransactionsRemovedForBlock :relfileprefix: ../ :mrdocs: Fire the MempoolTransactionsRemovedForBlock event to all subscribers. == Synopsis Declared in `<validationinterface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void MempoolTransactionsRemovedForBlock( std::shared_ptr<CBlock const> block, std::vector<RemovedMempoolTransactionInfo> txs_removed_for_block, unsigned int block_height); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#