[#CTxMemPool-SetLoadTried] = xref:CTxMemPool.adoc[CTxMemPool]::SetLoadTried :relfileprefix: ../ :mrdocs: Set whether or not an initial attempt to load the persisted mempool was made (regardless of whether the attempt was successful or not) == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetLoadTried(bool load_tried); ---- == Parameters [cols="1,4"] |=== | Name| Description | *load_tried* | Whether a load attempt has been made. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#