Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <util/fs.h>
Go to the source code of this file.
Namespaces | |
namespace | node |
Functions | |
bool | node::ShouldPersistMempool (const ArgsManager &argsman) |
fs::path | node::MempoolPath (const ArgsManager &argsman) |
Variables | |
static constexpr bool | node::DEFAULT_PERSIST_MEMPOOL {true} |
Default for -persistmempool, indicating whether the node should attempt to automatically load the mempool on start and save to disk on shutdown. More... | |