[#CTxMemPool-blockSinceLastRollingFeeBump] = xref:CTxMemPool.adoc[CTxMemPool]::blockSinceLastRollingFeeBump :relfileprefix: ../ :mrdocs: whether a block has been connected since the rolling fee was last bumped == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff37b41e998), guarded_by(0x7ff376fd6348), guarded_by(0x7ff38def5568), guarded_by(0x7ff3640f6578), guarded_by(0x7ff3920f6868), guarded_by(0x7ff37f5c8988), guarded_by(0x7ff37d00fc08), guarded_by(0x7ff374c13418)]] mutable bool blockSinceLastRollingFeeBump = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#