[#CBlockPolicyEstimator-processBlock] = xref:CBlockPolicyEstimator.adoc[CBlockPolicyEstimator]::processBlock :relfileprefix: ../ :mrdocs: Process all the transactions that have been included in a block. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae70958), requires_capability(0x7f2e2423a958)]] void processBlock( std::vector<RemovedMempoolTransactionInfo> const& txs_removed_for_block, unsigned int nBlockHeight); ---- == Parameters [cols="1,4"] |=== | Name| Description | *txs_removed_for_block* | Transactions removed from the mempool because they were mined in the block. | *nBlockHeight* | Height of the block being processed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#