From 7e5c6183d35d108e05dbe0bd99e5cf58c412125f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Jul 2017 20:50:08 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_portfolio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_portfolio.c b/iguana/exchanges/LP_portfolio.c index 7ad7b8c85..64f6651bd 100644 --- a/iguana/exchanges/LP_portfolio.c +++ b/iguana/exchanges/LP_portfolio.c @@ -433,7 +433,7 @@ int32_t LP_portfolio_trade(void *ctx,uint32_t *requestidp,uint32_t *quoteidp,str if ( LP_pricevalid(maxprice) > 0 ) { relvolume = sell->relvolume; - for (iter=0; iter<3; iter++) + for (iter=0; iter<2; iter++) { if ( relvolume < dstr(LP_MIN_TXFEE) ) break;