From ca1e4bb80167a00f474732b22aa144c51e239b6b Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 19 Sep 2017 18:25:26 +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 597ddaa7f..d9646c7af 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -907,6 +907,7 @@ struct LP_utxoinfo *LP_buyutxo(struct LP_utxoinfo *bestutxo,double *ordermatchpr { minvol = jdouble(item,"minvolume"); maxvol = jdouble(item,"maxvolume"); + printf("%s minvol %.8f %.8f maxvol %.8f\n",jprint(item,0),minvol,relvolume,maxvol); if ( relvolume >= minvol && relvolume <= maxvol ) { bitcoin_address(coinaddr,basecoin->taddr,basecoin->pubtype,pubp->rmd160,sizeof(pubp->rmd160));