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; } }