[#MemPoolFeeRateEstimator-MempoolTxsRemovedForBlock] = xref:MemPoolFeeRateEstimator.adoc[MemPoolFeeRateEstimator]::MempoolTxsRemovedForBlock :relfileprefix: ../ :mrdocs: Records mempool coverage statistics for a newly connected block. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e403ca2a8), requires_capability(0x7f2e1404ca08)]] void MempoolTxsRemovedForBlock( std::shared_ptr<CBlock const> const& block, std::vector<RemovedMempoolTransactionInfo> const& txs_removed_for_block, unsigned int block_height); ---- == Parameters [cols="1,4"] |=== | Name| Description | *block* | The block that was connected. | *txs_removed_for_block* | Transactions removed from the mempool because they were included in the block. | *block_height* | Height of the connected block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#