[#node-MempoolPath] = xref:node.adoc[node]::MempoolPath :relfileprefix: ../ :mrdocs: Return the on‐disk path used to load and save the persisted mempool. == Synopsis Declared in `<node/mempool_persist_args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:fs/path.adoc[fs::path] MempoolPath(xref:ArgsManager.adoc[ArgsManager] const& argsman); ---- == Return Value The path to the mempool dump file inside the data directory. == Parameters [cols="1,4"] |=== | Name| Description | *argsman* | Argument manager holding the parsed settings. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#