This commit is contained in:
jl777
2018-04-19 21:00:57 +03:00
parent d07308d221
commit a1a721bd45

View File

@@ -1145,8 +1145,6 @@ 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 < 100 )
return(target);
sum = arith_uint256(0);
ave = sum;
for (i=n=0; i<100; i++)