![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | kernel |
Functions | |
| 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. 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.