node::MempoolPath

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

NameDescription
argsmanArgument manager holding the parsed settings.