Browse Source

Test

etomic
jl777 8 years ago
parent
commit
e8c2d7996f
  1. 2
      iguana/exchanges/LP_portfolio.c

2
iguana/exchanges/LP_portfolio.c

@ -432,7 +432,7 @@ void prices_loop(void *ignore)
relvolume = sell->relvolume; relvolume = sell->relvolume;
for (iter=0; iter<3; iter++) for (iter=0; iter<3; iter++)
{ {
if ( relvolume < LP_MIN_TXFEE ) if ( relvolume < dstr(LP_MIN_TXFEE) )
break; break;
requestid = quoteid = 0; requestid = quoteid = 0;
if ( LP_utxo_bestfit(sellcoin,SATOSHIDEN * relvolume) != 0 ) if ( LP_utxo_bestfit(sellcoin,SATOSHIDEN * relvolume) != 0 )

Loading…
Cancel
Save