diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 6ce9ef02d..4b2d3a91f 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -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); }