Return the on‐disk path used to load and save the persisted mempool.
Synopsis
Declared in <node/mempool_persist_args.h>
fs::path
MempoolPath(ArgsManager const& argsman);
Return Value
The path to the mempool dump file inside the data directory.
Parameters
Name |
Description |
argsman |
Argument manager holding the parsed settings. |
Created with MrDocs