diff --git a/src/pow.cpp b/src/pow.cpp index fbd0d68b1..c42c7f17e 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -318,7 +318,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead bnTarget = (origtarget + bnTarget + bnPrev) / arith_uint256(3); else bnTarget = origtarget; } - else if ( pindexLast->GetHeight()+1 < 310 ) + else if ( pindexLast->GetHeight()+1 < 310 || pindexLast->GetHeight()+1 >= 380 ) { bnTarget /= arith_uint256(2); if ( bnTarget < origtarget )