PIVX Core  5.6.99
P2P Digital Currency
Namespaces | Functions
checkpoints.h File Reference
#include "uint256.h"
#include <map>
Include dependency graph for checkpoints.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Checkpoints
 Block-chain checkpoints are compiled-in sanity checks.
 

Functions

bool Checkpoints::CheckBlock (int nHeight, const uint256 &hash, bool fMatchesCheckpoint=false)
 Returns true if block passes checkpoint checks. More...
 
int Checkpoints::GetTotalBlocksEstimate ()
 Return conservative estimate of total number of blocks, 0 if unknown. More...
 
double Checkpoints::GuessVerificationProgress (const CBlockIndex *pindex, bool fSigchecks)
 Guess how far we are in the verification process at the given block index. More...