From 8a154902cb579a38b7c24e956fa885386f9edde7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 1 Dec 2016 16:44:31 -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 079cfd2ff..a2677b449 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -386,7 +386,7 @@ uint64_t komodo_seed(int32_t height) int32_t i; for (i=0; i<32; i++) printf("%02x",((uint8_t *)&hash)[i]); - printf(" seed.%d\n",nHeight); + printf(" seed.%d\n",height); } else hash = komodo_getblockhash(height); seed = arith_uint256(hash.GetHex()).GetLow64(); return(seed);