[#node-ShouldPersistMempool] = xref:node.adoc[node]::ShouldPersistMempool :relfileprefix: ../ :mrdocs: Determine whether the mempool should be persisted across restarts. == Synopsis Declared in `<node/mempool_persist_args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ShouldPersistMempool(xref:ArgsManager.adoc[ArgsManager] const& argsman); ---- == Return Value True if `‐persistmempool` is enabled, false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *argsman* | Argument manager holding the parsed settings. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#