From 80f575c715791716361da3c87284ef6035a4e1e7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 6 Nov 2016 13:52:44 -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 e7d4f52ed..6ce9ef02d 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).GetLow64(); + seed = arith_uint256(hash.ToHex()).GetLow64(); } return(seed); }