Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ExvoProject committed Mar 31, 2018
1 parent cd4823e commit 73775fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static arith_uint256 ComputeTarget(const CBlockIndex *pindexFirst,

// In order to avoid difficulty cliffs, we bound the amplitude of the
// adjustment we are going to do.
assert(pindexLast->nTime > pindexFirst->nTime);
// assert(pindexLast->nTime > pindexFirst->nTime);
int64_t nActualTimespan = pindexLast->nTime - pindexFirst->nTime;

if (nActualTimespan > 24 * params.nPowTargetSpacing) {
Expand Down

0 comments on commit 73775fd

Please sign in to comment.