![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "checkpoints.h"
#include "chain.h"
#include "chainparams.h"
#include "validation.h"
#include "uint256.h"
#include <stdint.h>
#include <boost/foreach.hpp>
Go to the source code of this file.
Namespaces | |
Checkpoints | |
Functions | |
double | Checkpoints::GuessVerificationProgress (const CCheckpointData &data, CBlockIndex *pindex, bool fSigchecks) |
Guess how far we are in the verification process at the given block index. More... | |
CBlockIndex * | Checkpoints::GetLastCheckpoint (const CCheckpointData &data) |
Returns last CBlockIndex* in mapBlockIndex that is a checkpoint. More... | |
Variables | |
static const double | Checkpoints::SIGCHECK_VERIFICATION_FACTOR = 5.0 |