Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Namespaces | Functions
chainstate.cpp File Reference
#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>
Include dependency graph for chainstate.cpp:

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:
 
ChainstateLoadResult node::VerifyLoadedChainstate (ChainstateManager &chainman, const ChainstateLoadOptions &options)