Bitcoin ABC 0.26.3
P2P Digital Currency
|
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. | |
Block-chain checkpoints are compiled-in sanity checks.
They are updated every release or three.
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.