![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <util/result.h>Go to the source code of this file.
Namespaces | |
| namespace | kernel |
Functions | |
| util::Result< void > | 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... | |
| util::Result< void > 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 44 of file mempool_args.cpp.