diff --git a/iguana/exchanges/LP_portfolio.c b/iguana/exchanges/LP_portfolio.c index 433bfd31c..d1cedecc4 100644 --- a/iguana/exchanges/LP_portfolio.c +++ b/iguana/exchanges/LP_portfolio.c @@ -431,7 +431,7 @@ void prices_loop(void *ignore) for (iter=0; iter<3; iter++) { requestid = quoteid = 0; - if ( LP_utxo_bestfit(sellcoin,relvolume) != 0 ) + if ( LP_utxo_bestfit(sellcoin,SATOSHIDEN * relvolume) != 0 ) { if ( (retstr2= LP_autotrade(ctx,"127.0.0.1",-1,buycoin,sellcoin,maxprice,relvolume,60,24*3600)) != 0 ) {