From fd35bced19c3c496c1bbc17fe762106173355abc Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 19 Sep 2017 15:30:55 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 082059ba9..b5d830bf1 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -992,7 +992,7 @@ struct LP_utxoinfo *LP_sellutxo(struct LP_utxoinfo *bestutxo,double *ordermatchp else { if ( i == 0 ) - printf("too expensive maxprice %.8f vs %.8f\n",maxprice,price); + printf("too expensive maxprice %.8f vs %.8f\n",minprice,price); break; } }