From 8fdd6d8a1ed4468da0039fc68d834a3ee62d7ecc Mon Sep 17 00:00:00 2001 From: qubitcoin Date: Sat, 22 Feb 2014 15:37:40 +0200 Subject: [PATCH] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 75c9367..be27d77 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1212,7 +1212,7 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const CBloc unsigned int static GetNextWorkRequired_V2(const CBlockIndex* pindexLast, const CBlockHeader *pblock) { static const int64 BlocksTargetSpacing = 0.5 * 60; // 30 seconds - static const unsigned int TimeDaySeconds = 60 * 10; + static const unsigned int TimeDaySeconds = 60 * 60 * 24; int64 PastSecondsMin = TimeDaySeconds * 0.005; int64 PastSecondsMax = TimeDaySeconds * 2.3; uint64 PastBlocksMin = PastSecondsMin / BlocksTargetSpacing;