Fix null hashval

This commit is contained in:
jl777
2018-07-11 09:45:35 -11:00
parent 153a789814
commit 9e1a6d76c4

View File

@@ -1291,7 +1291,7 @@ arith_uint256 komodo_PoWtarget(int32_t *percPoSp,arith_uint256 target,int32_t he
{ {
if ( ASSETCHAINS_STAKED < 100 ) if ( ASSETCHAINS_STAKED < 100 )
fprintf(stderr,"1"); fprintf(stderr,"1");
sum += hashval; sum += UintToArith256(pindex->GetBlockHash());
m++; m++;
n++; n++;
} }