[#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(0x7f95135d3c98), guarded_by(0x7f9501b13078), guarded_by(0x7f950ec79268), guarded_by(0x7f9525ea8fb8), guarded_by(0x7f95150986f8), guarded_by(0x7f950826c998), guarded_by(0x7f94f85700a8), guarded_by(0x7f9513c5a298)]] bool m_have_changeset = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#