PPCoin: Automatically select a checkpoint for 'sendcheckpoint'
[novacoin.git] / src / checkpoints.h
index 8ea1ec7..e411c12 100644 (file)
@@ -136,6 +136,7 @@ namespace Checkpoints
     extern CCriticalSection cs_hashSyncCheckpoint;
 
     bool AcceptPendingSyncCheckpoint(uint256 hashAcceptedBlock);
+    uint256 AutoSelectSyncCheckpoint();
 
     // ppcoin: automatic checkpoint
     extern int nAutoCheckpoint;