Skip to content

Commit

Permalink
Add KGW at height 7000
Browse files Browse the repository at this point in the history
  • Loading branch information
cmtcoin committed Jul 12, 2016
1 parent 5c8211c commit cef570e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -1279,7 +1279,7 @@ unsigned int static GetNextWorkRequired(const CBlockIndex* pindexLast, const CBl
if (pindexLast->nHeight+1 >= 0) { DiffMode = 2; }
}
else {
if (pindexLast->nHeight+1 >= 16000) { DiffMode = 2; }
if (pindexLast->nHeight+1 >= 7000) { DiffMode = 2; }
}

if (DiffMode == 1) { return GetNextWorkRequired_V1(pindexLast, pblock); }
Expand Down

0 comments on commit cef570e

Please sign in to comment.