First 10 blocks as normal

This commit is contained in:
jl777
2018-06-01 05:52:39 -11:00
parent 265f4e9675
commit 2515c9f22a
2 changed files with 2 additions and 2 deletions

View File

@@ -1147,7 +1147,7 @@ arith_uint256 komodo_PoWtarget(int32_t *percPoSp,arith_uint256 target,int32_t he
{
CBlockIndex *pindex; arith_uint256 bnTarget,hashval,sum,ave; bool fNegative,fOverflow; int32_t i,n,ht,percPoS,diff,val;
*percPoSp = percPoS = 0;
if ( height < 3 )
if ( height < 10 )
return(target);
sum = arith_uint256(0);
ave = sum;