PPCoin: Accept pending synchronized checkpoint
[novacoin.git] / src / checkpoints.h
index 372f32b..92c14b7 100644 (file)
@@ -135,6 +135,8 @@ namespace Checkpoints
     extern CSyncCheckpoint checkpointMessage;
     extern CCriticalSection cs_hashSyncCheckpoint;
 
+    bool AcceptPendingSyncCheckpoint(uint256 hashAcceptedBlock);
+
     // ppcoin: automatic checkpoint
     extern int nAutoCheckpoint;
     extern int nBranchPoint;