[#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(0x7f2e1b5a1298), guarded_by(0x7f2e2721a2a8), guarded_by(0x7f2e421cb9b8), guarded_by(0x7f2e2880a978), guarded_by(0x7f2e3212dd08), guarded_by(0x7f2e347f6398), guarded_by(0x7f2e2b05a808), guarded_by(0x7f2e2bee1ea8)]] bool m_load_tried = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#