Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
mempool_persist_args.h File Reference
#include <util/fs.h>
Include dependency graph for mempool_persist_args.h:
This graph shows which files directly or indirectly include this file:

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.