Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
qubitcoin committed Feb 22, 2014
1 parent a9c68df commit 8fdd6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8fdd6d8

Please sign in to comment.