[#CTxMemPool-m_load_tried] = xref:CTxMemPool.adoc[CTxMemPool]::m_load_tried :relfileprefix: ../ :mrdocs: whether an attempt to load the persisted mempool has been made == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff37b41ec68), guarded_by(0x7ff376fd6618), guarded_by(0x7ff38def5838), guarded_by(0x7ff3640f6848), guarded_by(0x7ff3920f6b38), guarded_by(0x7ff37f5c8c58), guarded_by(0x7ff37d00fed8), guarded_by(0x7ff374c136e8)]] bool m_load_tried = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#