From da9190acb729de01ba729ac910bdb66db3444f70 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 7 Jun 2017 22:32:56 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_quotes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_quotes.c b/iguana/exchanges/LP_quotes.c index 4194b6966..943b103e2 100644 --- a/iguana/exchanges/LP_quotes.c +++ b/iguana/exchanges/LP_quotes.c @@ -207,6 +207,7 @@ cJSON *LP_tradecandidates(char *base) totaladded = 0; HASH_ITER(hh,LP_peerinfos,peer,tmp) { + printf("%s:%u %s\n",peer->ipaddr,peer->port,base); n = added = 0; if ( (utxostr= issue_LP_clientgetutxos(peer->ipaddr,peer->port,base,100)) != 0 ) {