From 38012c594226f17f911c22a03fb7340dc6f54bb3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 22 Sep 2017 12:24:22 +0200 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 b128fbd39..d941ed7ee 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -85,7 +85,7 @@ char *issue_LP_listunspent(char *destip,uint16_t destport,char *symbol,char *coi { char url[512]; sprintf(url,"http://%s:%u/api/stats/listunspent?coin=%s&address=%s",destip,destport,symbol,coinaddr); - //printf("listunspent.(%s)\n",url); + printf("listunspent.(%s)\n",url); return(LP_issue_curl("listunspent",destip,destport,url)); }