[#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(0x7ff37b41e788), guarded_by(0x7ff376fd6138), guarded_by(0x7ff38def5358), guarded_by(0x7ff3640f6368), guarded_by(0x7ff3920f6658), guarded_by(0x7ff37f5c8778), guarded_by(0x7ff37d00f9f8), guarded_by(0x7ff374c13208)]] xref:CAmount.adoc[CAmount] m_total_fee = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#