Browse Source

Test

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

2
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 )
{

Loading…
Cancel
Save