From 4cf54452b5e4a71df6a9c1498f64c1aa5a04a843 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 7 Aug 2019 20:33:47 -1100 Subject: [PATCH] Back to 1/2 trigger --- src/pow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pow.cpp b/src/pow.cpp index 87f629029..412af3276 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -397,8 +397,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead past = 30; if ( zflags[0] == 0 ) { - //bnTarget = RT_CST_RST_outer(height,pblock->nTime,bnTarget,ts,ct,1,2,3,past); - bnTarget = RT_CST_RST_outer(height,pblock->nTime,bnTarget,ts,ct,3,4,3,past); + bnTarget = RT_CST_RST_outer(height,pblock->nTime,bnTarget,ts,ct,1,2,3,past); if ( bnTarget < origtarget ) zawyflag = 2; else