[#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(0x7f95135d1098), guarded_by(0x7f9501b10478), guarded_by(0x7f950ec76668), guarded_by(0x7f9525ea63b8), guarded_by(0x7f9515095af8), guarded_by(0x7f9508269d98), guarded_by(0x7f94f856d4a8), guarded_by(0x7f9513c57698)]] mutable bool blockSinceLastRollingFeeBump = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#