![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <node/miner.h>#include <avalanche/avalanche.h>#include <avalanche/processor.h>#include <chain.h>#include <chainparams.h>#include <coins.h>#include <common/args.h>#include <config.h>#include <consensus/activation.h>#include <consensus/consensus.h>#include <consensus/merkle.h>#include <consensus/tx_verify.h>#include <consensus/validation.h>#include <minerfund.h>#include <policy/block/stakingrewards.h>#include <policy/policy.h>#include <policy/settings.h>#include <pow/pow.h>#include <primitives/transaction.h>#include <timedata.h>#include <util/moneystr.h>#include <validation.h>#include <versionbits.h>#include <algorithm>#include <queue>#include <unordered_map>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | node |
Functions | |
| int64_t | node::UpdateTime (CBlockHeader *pblock, const CChainParams &chainParams, const CBlockIndex *pindexPrev, int64_t adjustedTime) |
| void | node::ApplyArgsManOptions (const ArgsManager &args, BlockAssembler::Options &options) |
| Apply options from ArgsManager to BlockAssembler options. More... | |
| static BlockAssembler::Options | node::ConfiguredOptions () |