![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
| namespace | node |
Functions | |
| Result< BlockCreateOptions > | node::ReadMiningArgs (const ArgsManager &args) |
Read the mining options set in args. More... | |
| Result< void > | node::CheckMiningOptions (BlockCreateOptions options, bool use_argnames) |
| Check option values for validity. More... | |
| BlockCreateOptions | node::FlattenMiningOptions (BlockCreateOptions options) |
| Replace null optional values with their hardcoded defaults. More... | |
| BlockCreateOptions | node::MergeMiningOptions (BlockCreateOptions x, const BlockCreateOptions &y) |
Merge two BlockCreateOptions structs, replacing null values in x with non-null values from y. More... | |
Variables | |
| static const bool | node::DEFAULT_PRINT_MODIFIED_FEE = false |