[#CTxMemPool-lastRollingFeeUpdate] = xref:CTxMemPool.adoc[CTxMemPool]::lastRollingFeeUpdate :relfileprefix: ../ :mrdocs: time the rolling minimum fee rate was last decayed == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff37b41e8e8), guarded_by(0x7ff376fd6298), guarded_by(0x7ff38def54b8), guarded_by(0x7ff3640f64c8), guarded_by(0x7ff3920f67b8), guarded_by(0x7ff37f5c88d8), guarded_by(0x7ff37d00fb58), guarded_by(0x7ff374c13368)]] mutable int64_t lastRollingFeeUpdate = {GetTime()}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#