5 #ifndef FABCOIN_CHECKPOINTS_H 6 #define FABCOIN_CHECKPOINTS_H 33 #endif // FABCOIN_CHECKPOINTS_H
bool CheckSync(int nHeight)
Check against automatically selected checkpoint.
Block-chain checkpoints are compiled-in sanity checks.
CBlockIndex * GetLastCheckpoint(const CCheckpointData &data)
Returns last CBlockIndex* in mapBlockIndex that is a checkpoint.
The block chain is a tree shaped structure starting with the genesis block at the root...
const CBlockIndex * AutoSelectSyncCheckpoint()
Returns last CBlockIndex* from the auto selected checkpoint.