Skip to content

Commit

Permalink
sets new activation
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Jul 11, 2024
1 parent 778bb22 commit a2ea7e6
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 > 1390000) {
if (nHeight > 1391000) {
return GetNextWorkRequiredPOSV3(pindexLast);
}

Expand Down

0 comments on commit a2ea7e6

Please sign in to comment.