Fix PoS estimator for first 100 blocks

This commit is contained in:
jl777
2018-07-11 10:58:42 -11:00
parent ae2d90651b
commit ae67e0923c

View File

@@ -1293,7 +1293,6 @@ arith_uint256 komodo_PoWtarget(int32_t *percPoSp,arith_uint256 target,int32_t he
fprintf(stderr,"1");
sum += UintToArith256(pindex->GetBlockHash());
m++;
n++;
}
}
/*if ( (pindex= komodo_chainactive(ht)) != 0 )