This commit is contained in:
jl777
2016-11-06 13:52:44 -03:00
parent a8323aa63f
commit 80f575c715

View File

@@ -368,7 +368,7 @@ uint64_t komodo_seed(int32_t height)
if ( pindex != 0 ) if ( pindex != 0 )
{ {
hash = pindex->GetBlockHash(); hash = pindex->GetBlockHash();
seed = arith_uint256(hash).GetLow64(); seed = arith_uint256(hash.ToHex()).GetLow64();
} }
return(seed); return(seed);
} }