]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Sun, 25 Mar 2018 18:03:37 +0000 (21:03 +0300)
committerjl777 <[email protected]>
Sun, 25 Mar 2018 18:03:37 +0000 (21:03 +0300)
src/checkpoints.h

index 9d9fc6b824ad3eed26c524da6f158b264b6e0f26..ff3150c5e290d2b155476527257f77d52edd5429 100644 (file)
@@ -22,13 +22,13 @@ namespace Checkpoints
 
     typedef std::map<int, uint256> MapCheckpoints;
 
-struct CCheckpointData {
+/*struct CCheckpointData {
     MapCheckpoints mapCheckpoints;
     int64_t nTimeLastCheckpoint;
     int64_t nTransactionsLastCheckpoint;
     double fTransactionsPerDay;
-};
-    bool CheckBlock(const CCheckpointData& data, int nHeight, const uint256& hash);
+};*/
+    bool CheckBlock(const CChainParams::CCheckpointData& data, int nHeight, const uint256& hash);
 
     
 //! Return conservative estimate of total number of blocks, 0 if unknown
This page took 0.025564 seconds and 4 git commands to generate.