![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <mempool_args.h>#include <kernel/mempool_options.h>#include <common/args.h>#include <consensus/amount.h>#include <kernel/chainparams.h>#include <policy/policy.h>#include <tinyformat.h>#include <util/error.h>#include <util/moneystr.h>#include <util/translation.h>#include <chrono>#include <memory>Go to the source code of this file.
Functions | |
| std::optional< bilingual_str > | ApplyArgsManOptions (const ArgsManager &argsman, const CChainParams &chainparams, MemPoolOptions &mempool_opts) |
Overlay the options set in argsman on top of corresponding members in mempool_opts. More... | |
Variables | |
| static constexpr int | MAX_32BIT_MEMPOOL_MB {500} |
| Maximum mempool size on 32-bit systems. More... | |
| std::optional< bilingual_str > ApplyArgsManOptions | ( | const ArgsManager & | argsman, |
| const CChainParams & | chainparams, | ||
| kernel::MemPoolOptions & | mempool_opts | ||
| ) |
Overlay the options set in argsman on top of corresponding members in mempool_opts.
Returns an error if one was encountered.
| [in] | argsman | The ArgsManager in which to check set options. |
| [in,out] | mempool_opts | The MemPoolOptions to modify according to argsman. |
Definition at line 27 of file mempool_args.cpp.
|
staticconstexpr |
Maximum mempool size on 32-bit systems.
Definition at line 24 of file mempool_args.cpp.