[#FeeRateEstimatorManager-MempoolTransactionsRemovedForBlock] = xref:FeeRateEstimatorManager.adoc[FeeRateEstimatorManager]::MempoolTransactionsRemovedForBlock :relfileprefix: ../ :mrdocs: Record mempool transactions that were removed because a block was connected. == Synopsis Declared in `<policy/fees/estimator_man.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void MempoolTransactionsRemovedForBlock( std::shared_ptr<CBlock const> const& block, std::vector<RemovedMempoolTransactionInfo> const& txs_removed_for_block, unsigned int block_height) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *block* [in] | The block that was connected. | *txs_removed_for_block* [in] | The mempool transactions removed by that block. | *block_height* [in] | Height of the connected block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#