[#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(0x7f2e1b5a0fc8), guarded_by(0x7f2e27219fd8), guarded_by(0x7f2e421cb6e8), guarded_by(0x7f2e2880a6a8), guarded_by(0x7f2e3212da38), guarded_by(0x7f2e347f60c8), guarded_by(0x7f2e2b05a538), guarded_by(0x7f2e2bee1bd8)]] mutable bool blockSinceLastRollingFeeBump = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#