Browse Source

Fix null hashval

pull/4/head
jl777 6 years ago
parent
commit
9e1a6d76c4
  1. 2
      src/komodo_bitcoind.h

2
src/komodo_bitcoind.h

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

Loading…
Cancel
Save