From 75b5da88d9204470820ac43b97e6c3394582d967 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 15 Jul 2017 16:29:14 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_prices.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iguana/exchanges/LP_prices.c b/iguana/exchanges/LP_prices.c index ef582f12d..d2650715f 100644 --- a/iguana/exchanges/LP_prices.c +++ b/iguana/exchanges/LP_prices.c @@ -685,11 +685,13 @@ void prices_loop(void *ignore) } if ( (retstr= issue_curlt("https://bittrex.com/api/v1.1/public/getmarketsummaries",LP_HTTP_TIMEOUT*10)) == 0 ) { + printf("error getting marketsummaries\n"); sleep(60); continue; } if ( (retjson= cJSON_Parse(retstr)) != 0 ) { + printf("got.(%s)\n",retstr); if ( (array= jarray(&n,retjson,"result")) != 0 ) { for (i=0; i