From 952405aa386dd50525b96fbd7f4d0993619f7efa Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 26 Oct 2017 22:45:28 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_stats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/iguana/exchanges/LP_stats.c b/iguana/exchanges/LP_stats.c index a4c734671..9314987e5 100644 --- a/iguana/exchanges/LP_stats.c +++ b/iguana/exchanges/LP_stats.c @@ -267,7 +267,6 @@ int32_t LP_statslog_parsequote(char *method,cJSON *lineobj) gui = "nogui"; base = jstr(lineobj,"base"); rel = jstr(lineobj,"rel"); - gui = jstr(lineobj,"gui"); satoshis = j64bits(lineobj,"satoshis"); if ( base == 0 || rel == 0 || satoshis == 0 ) {