From 07529d5eb13f1a9f2c79b6bcac4db9c9dbc9efd7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 8 Jul 2018 02:06:18 -1100 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 79bd25e38..2eb1f1164 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -1449,7 +1449,7 @@ int32_t komodo_checkPOW(int32_t slowflag,CBlock *pblock,int32_t height) return(-1); } hash = pblock->GetHash(); - if ( ASSETCHAINS_STAKED == 100 && height >= 4000 && height < 6000 ) + if ( ASSETCHAINS_STAKED == 100 && height >= 4250 && height < 6000 ) bnTarget.SetCompact(KOMODO_MINDIFF_NBITS,&fNegative,&fOverflow); else bnTarget.SetCompact(pblock->nBits,&fNegative,&fOverflow); bhash = UintToArith256(hash);