diff --git a/src/main.cpp b/src/main.cpp index 03c6ed9..aad3b11 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1011,6 +1011,8 @@ const CBlockIndex* GetLastBlockIndex(const CBlockIndex* pindex, bool fProofOfSta unsigned int GetNextTargetRequired(const CBlockIndex* pindexLast, bool fProofOfStake) { CBigNum bnTargetLimit = fProofOfStake ? GetProofOfStakeLimit(pindexLast->nHeight) : Params().ProofOfWorkLimit(); + if (pindexLast->nHeight == 1000) + return 453050367; if (pindexLast == NULL) return bnTargetLimit.GetCompact(); // genesis block