diff --git a/iguana/exchanges/LP_portfolio.c b/iguana/exchanges/LP_portfolio.c index 8098759ff..fa1fb0360 100644 --- a/iguana/exchanges/LP_portfolio.c +++ b/iguana/exchanges/LP_portfolio.c @@ -432,6 +432,8 @@ void prices_loop(void *ignore) relvolume = sell->relvolume; for (iter=0; iter<3; iter++) { + if ( relvolume < LP_MIN_TXFEE ) + break; requestid = quoteid = 0; if ( LP_utxo_bestfit(sellcoin,SATOSHIDEN * relvolume) != 0 ) {