X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fcheckpoints.h;fp=src%2Fcheckpoints.h;h=0e08b304c6a2fa59a7348e99b24d4695d1c68cae;hb=3176e0f244d929669aa3e1d81e0787d82d9150d3;hp=3dec98bae8172773ba1b5c62a1431c48173863bd;hpb=4c67b566465449fea8ff964ee2179dca51c2e2d4;p=novacoin.git diff --git a/src/checkpoints.h b/src/checkpoints.h index 3dec98b..0e08b30 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -1,6 +1,5 @@ // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers +// Copyright (c) 2011-2013 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHECKPOINT_H @@ -10,8 +9,6 @@ #include "net.h" #include "util.h" -#define STAKE_MIN_AGE (60 * 60 * 24 * 30) // minimum age 30 days for coin age -#define STAKE_MAX_AGE (60 * 60 * 24 * 90) // stake age for full weight #define CHECKPOINT_MAX_SPAN (60 * 60 * 4) // max 4 hours before latest block class uint256; @@ -48,6 +45,7 @@ namespace Checkpoints bool SetCheckpointPrivKey(std::string strPrivKey); bool SendSyncCheckpoint(uint256 hashCheckpoint); bool IsMatureSyncCheckpoint(); + bool IsSyncCheckpointTooOld(unsigned int nSeconds); } // ppcoin: synchronized checkpoint