From 62a57c1ebd69620a7499a42a3a4565fc1090957b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Aug 2019 05:49:38 -1100 Subject: [PATCH] Remove boosters for zawy11 --- src/pow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pow.cpp b/src/pow.cpp index e4678bfe2..7d084141b 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -167,7 +167,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead else if ( block12diff != 0 && block7diff != 0 && block4diff != 0 ) { flag = 0; - if ( block4diff >= 4 && block4diff < ASSETCHAINS_BLOCKTIME/3 ) + /*if ( block4diff >= 4 && block4diff < ASSETCHAINS_BLOCKTIME/3 ) { bnTarget /= arith_uint256(4); flag = 4; @@ -185,7 +185,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead flag = 12; fprintf(stderr,"ht.%d 12 blocks happened in %d adjust by %.4f\n",(int32_t)pindexLast->GetHeight(),block12diff,1./12); } - else if ( flag == 0 ) + else if ( flag == 0 )*/ { if ( block12diff < ASSETCHAINS_BLOCKTIME*11 ) {