From e21fccaef7b76531d30f745e9f8693c3d953550f Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 30 Sep 2017 14:15:29 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 07e917fbf..206bb80c9 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -514,8 +514,8 @@ struct LP_utxoinfo *LP_address_utxopair(struct LP_address_utxo **utxos,int32_t m } } else printf("cant find targetval2 %.8f\n",dstr(targetval2)); } - } - } + } else printf("no utxos pass LP_address_utxo_ptrs filter\n"); + } else printf("couldnt find %s %s\n",coin->symbol,coinaddr); return(0); }