From 7aedfe619c23991e61701df1a21230335ca58127 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 5 Aug 2019 23:06:59 -1100 Subject: [PATCH] One shot exp --- src/pow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pow.cpp b/src/pow.cpp index 5ad7d0134..8bdc65e3c 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -183,7 +183,7 @@ arith_uint256 zawy_exponential(arith_uint256 bnTarget,int32_t mult) return(bnTarget); } -// 11:15 launch for ZAWY17 +// 11:45 launch for ZAWY17 unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHeader *pblock, const Consensus::Params& params) { @@ -248,7 +248,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead blocktime = pindexFirst->nTime; diff = (pblock->nTime - blocktime); //fprintf(stderr,"%d ",diff); - if ( i < 12 ) + if ( 0 && i < 12 ) { diff -= (8+i)*ASSETCHAINS_BLOCKTIME; if ( diff > mult )