[#CTxMemPool-m_total_fee] = xref:CTxMemPool.adoc[CTxMemPool]::m_total_fee :relfileprefix: ../ :mrdocs: sum of all mempool tx's fees (NOT modified fee) == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f95135d0e88), guarded_by(0x7f9501b10268), guarded_by(0x7f950ec76458), guarded_by(0x7f9525ea61a8), guarded_by(0x7f95150958e8), guarded_by(0x7f9508269b88), guarded_by(0x7f94f856d298), guarded_by(0x7f9513c57488)]] xref:CAmount.adoc[CAmount] m_total_fee = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#