From 7edaed9bc72013d1ea6431f5504c87645636eff0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 30 Mar 2017 05:13:06 +0300 Subject: [PATCH] Test --- src/checkpoints.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/checkpoints.h b/src/checkpoints.h index 001e3cc80..f4c3992ba 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -25,6 +25,7 @@ struct CCheckpointData { int64_t nTransactionsLastCheckpoint; double fTransactionsPerDay; }; + bool CheckBlock(const CCheckpointData& data, int nHeight, const uint256& hash); //! Return conservative estimate of total number of blocks, 0 if unknown int GetTotalBlocksEstimate(const CCheckpointData& data);