[#MinedBlockStats-m_removed_block_txs_weight] = xref:MinedBlockStats.adoc[MinedBlockStats]::m_removed_block_txs_weight :relfileprefix: ../ :mrdocs: Weight of mempool transactions removed for this block (excluding coinbase). == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t m_removed_block_txs_weight = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#