Browse Source

Test

etomic
jl777 7 years ago
parent
commit
d6a6e59d5e
  1. 2
      iguana/exchanges/LP_portfolio.c

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

Loading…
Cancel
Save