Bitcoin ABC 0.26.3
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
struct | kernel::MemPoolOptions |
Options struct containing options for constructing a CTxMemPool. More... | |
Namespaces | |
namespace | kernel |
Variables | |
static constexpr unsigned int | DEFAULT_MAX_MEMPOOL_SIZE_MB {300} |
Default for -maxmempool, maximum megabytes of mempool memory usage. | |
static constexpr unsigned int | DEFAULT_MEMPOOL_EXPIRY_HOURS {336} |
Default for -mempoolexpiry, expiration time for mempool transactions in hours. | |
Default for -maxmempool, maximum megabytes of mempool memory usage.
Definition at line 14 of file mempool_options.h.
Default for -mempoolexpiry, expiration time for mempool transactions in hours.
Definition at line 18 of file mempool_options.h.