From 253917191b2cbc5c7cea0a7a47513d53e5a58739 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 10:33:58 -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 ac6be5a01..9f0746f94 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -355,7 +355,7 @@ uint256 komodo_getblockhash(int32_t height) { if ( (result= cJSON_Parse(jsonstr)) != 0 ) { - if ( (hexstr= jstr(result,"result")) != 0 ) + if ( (hexstr= jstr(result,(char *)"result")) != 0 ) { if ( is_hexstr(hexstr,0) == 64 ) decode_hex((uint8_t *)&hash,32,hexstr);