[#CTxMemPool-GetLoadTried] = xref:CTxMemPool.adoc[CTxMemPool]::GetLoadTried :relfileprefix: ../ :mrdocs: Report whether an initial attempt to load the persisted mempool was made. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool GetLoadTried() const; ---- == Return Value true if an initial attempt to load the persisted mempool was made, regardless of whether the attempt was successful or not [.small]#Created with https://www.mrdocs.com[MrDocs]#