From fb0c1cdafae319f5884dd6d60d5f90dfb1dae17c Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 5 Aug 2019 10:16:10 -1100 Subject: [PATCH] 380hf --- src/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )