[#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(0x7f2e1b5a0db8), guarded_by(0x7f2e27219dc8), guarded_by(0x7f2e421cb4d8), guarded_by(0x7f2e2880a498), guarded_by(0x7f2e3212d828), guarded_by(0x7f2e347f5eb8), guarded_by(0x7f2e2b05a328), guarded_by(0x7f2e2bee19c8)]] xref:CAmount.adoc[CAmount] m_total_fee = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#