PPCoin: Accept pending synchronized checkpoint
[novacoin.git] / src / checkpoints.h
index 6ef2c14..92c14b7 100644 (file)
@@ -128,13 +128,15 @@ namespace Checkpoints
             return true;
         }
 
-        bool ProcessSyncCheckpoint();
+        bool ProcessSyncCheckpoint(CNode* pfrom);
     };
 
     extern uint256 hashSyncCheckpoint;
     extern CSyncCheckpoint checkpointMessage;
     extern CCriticalSection cs_hashSyncCheckpoint;
 
+    bool AcceptPendingSyncCheckpoint(uint256 hashAcceptedBlock);
+
     // ppcoin: automatic checkpoint
     extern int nAutoCheckpoint;
     extern int nBranchPoint;