Skip to content

Commit

Permalink
execute it sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Jul 11, 2024
1 parent c9955ff commit 778bb22
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 @@ -361,7 +361,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead

if (params.IsRegTestNet()) return pindexLast->nBits;

if (nHeight > 1391000) {
if (nHeight > 1390000) {
return GetNextWorkRequiredPOSV3(pindexLast);
}

Expand Down

0 comments on commit 778bb22

Please sign in to comment.