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