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

Go to the source code of this file.

Functions

const CCheckpointDataCheckpointData (const std::string &chain)
 

Variables

static CCheckpointData mainNetCheckpointData
 
static CCheckpointData testNetCheckpointData
 
static CCheckpointData regTestCheckpointData
 

Function Documentation

◆ CheckpointData()

const CCheckpointData& CheckpointData ( const std::string &  chain)

Definition at line 137 of file checkpoints.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ mainNetCheckpointData

CCheckpointData mainNetCheckpointData
static

Definition at line 8 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 131 of file checkpoints.cpp.

◆ testNetCheckpointData

CCheckpointData testNetCheckpointData
static

Definition at line 84 of file checkpoints.cpp.