test
This commit is contained in:
@@ -368,7 +368,7 @@ uint64_t komodo_seed(int32_t height)
|
||||
if ( pindex != 0 )
|
||||
{
|
||||
hash = pindex->GetBlockHash();
|
||||
seed = arith_uint256(hash).GetLow64();
|
||||
seed = arith_uint256(hash.ToHex()).GetLow64();
|
||||
}
|
||||
return(seed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user