From ad0e5819e7156061640c74232f5aef213c9154b6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 22 Sep 2017 11:23:40 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_prices.c | 2 +- iguana/exchanges/LP_rpc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_prices.c b/iguana/exchanges/LP_prices.c index 2889e2a76..33348e387 100644 --- a/iguana/exchanges/LP_prices.c +++ b/iguana/exchanges/LP_prices.c @@ -287,7 +287,7 @@ void LP_peer_pricesquery(struct LP_peerinfo *peer) } if ( peer->needping != 0 ) { - printf("%s needs ping\n",peer->ipaddr); + //printf("%s needs ping\n",peer->ipaddr); } } diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 5555f9767..b128fbd39 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -66,7 +66,7 @@ char *issue_LP_notify(char *destip,uint16_t destport,char *ipaddr,uint16_t port, if ( rmd160str != 0 && bits256_nonz(pub) != 0 ) { sprintf(url+strlen(url),"&rmd160=%s&pub=%s",rmd160str,bits256_str(str,pub)); - printf("SEND (%s)\n",url); + //printf("SEND (%s)\n",url); } return(LP_issue_curl("notify",destip,destport,url)); //return(issue_curlt(url,LP_HTTP_TIMEOUT));