From 8542917aea95f7a42e24f93ea2df55173ed37b43 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 5 Jun 2017 17:36:20 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_quotes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_quotes.c b/iguana/exchanges/LP_quotes.c index 100fa1f6c..22786d75a 100644 --- a/iguana/exchanges/LP_quotes.c +++ b/iguana/exchanges/LP_quotes.c @@ -208,7 +208,7 @@ cJSON *LP_tradecandidates(struct LP_utxoinfo *myutxo,char *base) { if ( (utxostr= issue_LP_clientgetutxos(peer->ipaddr,peer->port,base,100)) != 0 ) { - //printf("%s:%u %s\n",peer->ipaddr,peer->port,utxostr); + printf("%s:%u %s %s\n",peer->ipaddr,peer->port,base,utxostr); if ( (array= cJSON_Parse(utxostr)) != 0 ) { if ( is_cJSON_Array(array) != 0 && (n= cJSON_GetArraySize(array)) > 0 )