From 37461f3086e49df5188f7954dc2e558f6e90315e Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 6 Nov 2016 13:54:02 -0300 Subject: [PATCH] test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }