PPCoin: Synchronized checkpoint accepting descendant blocks only
[novacoin.git] / src / checkpoints.h
index db3fe19..e90458e 100644 (file)
@@ -137,7 +137,7 @@ namespace Checkpoints
 
     bool AcceptPendingSyncCheckpoint();
     uint256 AutoSelectSyncCheckpoint();
-    bool CheckSync(int nHeight, const uint256& hashBlock);
+    bool CheckSync(const uint256& hashBlock, const CBlockIndex* pindexPrev);
 
     // ppcoin: automatic checkpoint
     extern int nAutoCheckpoint;