Raven Core
3.0.0
P2P Digital Currency
|
Block-chain checkpoints are compiled-in sanity checks. More...
Functions | |
CBlockIndex * | GetLastCheckpoint (const CCheckpointData &data) |
Returns last CBlockIndex* in mapBlockIndex that is a checkpoint. More... | |
Block-chain checkpoints are compiled-in sanity checks.
They are updated every release or three.
CBlockIndex * Checkpoints::GetLastCheckpoint | ( | const CCheckpointData & | data | ) |
Returns last CBlockIndex* in mapBlockIndex that is a checkpoint.
Definition at line 19 of file checkpoints.cpp.