diff --git a/iguana/exchanges/LP_quotes.c b/iguana/exchanges/LP_quotes.c index 44722ea15..a6116eb47 100644 --- a/iguana/exchanges/LP_quotes.c +++ b/iguana/exchanges/LP_quotes.c @@ -226,7 +226,7 @@ cJSON *LP_tradecandidates(struct LP_utxoinfo *myutxo,char *base) { if ( LP_arrayfind(retarray,Q.txid,Q.vout) < 0 ) jaddi(retarray,jduplicate(item)); - } + } else printf("ineligible.(%s)\n",jprint(item,0)); } } }