From 1c39ebaf7be022fac36d74506382af2163d73a2d Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 25 May 2018 04:02:39 -1100 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 3d9139bb0..5b85247b4 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -1045,7 +1045,7 @@ cJSON *LP_blockjson(int32_t *heightp,char *symbol,char *blockhashstr,int32_t hei { if ( (json= LP_getblockhashstr(symbol,blockhashstr)) != 0 ) { - if ( *heightp != 0 ) + if ( heightp != 0 ) { *heightp = juint(json,"height"); if ( height >= 0 && *heightp != height )