Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <node/chainstate.h>
#include <chainparams.h>
#include <config.h>
#include <consensus/params.h>
#include <node/blockstorage.h>
#include <node/caches.h>
#include <util/fs.h>
#include <validation.h>
Go to the source code of this file.
Namespaces | |
namespace | node |
Functions | |
static ChainstateLoadResult | node::CompleteChainstateInitialization (ChainstateManager &chainman, const CacheSizes &cache_sizes, const ChainstateLoadOptions &options) EXCLUSIVE_LOCKS_REQUIRED( |
ChainstateLoadResult | node::LoadChainstate (ChainstateManager &chainman, const CacheSizes &cache_sizes, const ChainstateLoadOptions &options) |
This sequence can have 4 types of outcomes: More... | |
ChainstateLoadResult | node::VerifyLoadedChainstate (ChainstateManager &chainman, const ChainstateLoadOptions &options) |