Bitcoin ABC  0.29.2
P2P Digital Currency
Functions
Checkpoints Namespace Reference

Block-chain checkpoints are compiled-in sanity checks. More...

Functions

bool CheckBlock (const CCheckpointData &data, int nHeight, const BlockHash &hash)
 Returns true if block passes checkpoint checks. More...
 

Detailed Description

Block-chain checkpoints are compiled-in sanity checks.

They are updated every release or three.

Function Documentation

◆ CheckBlock()

bool Checkpoints::CheckBlock ( const CCheckpointData data,
int  nHeight,
const BlockHash hash 
)

Returns true if block passes checkpoint checks.

Definition at line 11 of file checkpoints.cpp.

Here is the caller graph for this function: