Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazyhead90 committed Oct 4, 2018
2 parents 208f249 + 82fa89d commit 9ad36cb
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 @@ -125,7 +125,7 @@ bool CheckProofOfWork(uint256 hash, unsigned int nBits)
return error("CheckProofOfWork() : nBits below minimum work");

// Check proof of work matches claimed amount
if (chainActive.Height() >= 43000 && hash > bnTarget)
if (chainActive.Height() >= 45000 && hash > bnTarget)
return error("CheckProofOfWork() : hash doesn't match nBits");

return true;
Expand Down

0 comments on commit 9ad36cb

Please sign in to comment.