From b45a450219ee0e546fda53345b1f52330a0c0264 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 24 Jul 2017 15:09:36 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index d1e066444..7293079a1 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -627,6 +627,7 @@ struct LP_utxoinfo *LP_bestutxo(double *ordermatchpricep,int64_t *bestdestsatosh } else { + printf("ineligible.(%.8f %.8f)\n",price,dstr(butxo->S.satoshis)); if ( butxo->T.spentflag == 0 ) butxo->T.spentflag = (uint32_t)time(NULL); }