[#CTxMemPool-m_have_changeset] = xref:CTxMemPool.adoc[CTxMemPool]::m_have_changeset :relfileprefix: ../ :mrdocs: Whether a changeset is currently outstanding against this mempool. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff37b421598), guarded_by(0x7ff376fd8f48), guarded_by(0x7ff38def8168), guarded_by(0x7ff3640f9178), guarded_by(0x7ff3920f9468), guarded_by(0x7ff37f5cb588), guarded_by(0x7ff37d012808), guarded_by(0x7ff374c16018)]] bool m_have_changeset = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#