X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fcheckpoints.h;h=c35289497b234685baf83ff4231a16c3064c634b;hb=ecf1815faa0e16811c13f01b608336212b0b9070;hp=a8e7ecb647842e1b7eac61d88a6f7b50782acd70;hpb=89dd133da730890f79ee7275c4d97a56e2e084d2;p=novacoin.git diff --git a/src/checkpoints.h b/src/checkpoints.h index a8e7ecb..c352894 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -8,7 +8,7 @@ #include "net.h" #include "util.h" -#define CHECKPOINT_MAX_SPAN (60 * 60 * 4) // max 4 hours before latest block +#define CHECKPOINT_MAX_SPAN (60 * 60) // max 1 hour before latest block #ifdef WIN32 #undef STRICT @@ -64,7 +64,6 @@ namespace Checkpoints bool SetCheckpointPrivKey(std::string strPrivKey); bool SendSyncCheckpoint(uint256 hashCheckpoint); bool IsMatureSyncCheckpoint(); - bool IsSyncCheckpointTooOld(unsigned int nSeconds); } // ppcoin: synchronized checkpoint