![]() |
Bitcoin ABC 0.32.4
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. More... | |
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.