This commit is contained in:
jl777
2016-11-06 13:54:02 -03:00
parent 80f575c715
commit 37461f3086

View File

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