Bitcoin ABC 0.32.4
P2P Digital Currency
Functions | Variables
checkpoints.cpp File Reference
#include <chainparams.h>
#include <common/system.h>
#include <util/chaintype.h>
Include dependency graph for checkpoints.cpp:

Go to the source code of this file.

Functions

const CCheckpointDataCheckpointData (const ChainType chain)
 

Variables

static CCheckpointData mainNetCheckpointData
 
static CCheckpointData testNetCheckpointData
 
static CCheckpointData regTestCheckpointData
 

Function Documentation

◆ CheckpointData()

const CCheckpointData & CheckpointData ( const ChainType  chain)

Definition at line 162 of file checkpoints.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ mainNetCheckpointData

CCheckpointData mainNetCheckpointData
static

Definition at line 9 of file checkpoints.cpp.

◆ regTestCheckpointData

CCheckpointData regTestCheckpointData
static
Initial value:
= {
.mapCheckpoints = {
{0, BlockHash::fromHex("0f9188f13cb7b2c71f2a335e3a4fc328bf5beb4"
"36012afca590b1a11466e2206")},
}}
static BlockHash fromHex(const std::string &str)
Definition: blockhash.h:17

Definition at line 156 of file checkpoints.cpp.

◆ testNetCheckpointData

CCheckpointData testNetCheckpointData
static

Definition at line 97 of file checkpoints.cpp.