Browse Source

Test

etomic
jl777 8 years ago
parent
commit
8b975488dc
  1. 3
      iguana/exchanges/LP_prices.c

3
iguana/exchanges/LP_prices.c

@ -748,8 +748,9 @@ void prices_loop(void *ignore)
}
else
{
//if ( strcmp(name,"KMD") == 0 )
if ( strcmp(name,"KMD") == 0 )
continue;
price /= kmdbtc;
}
LP_autopriceset(ctx,1,refpp,coinpp,price);
LP_autopriceset(ctx,-1,coinpp,refpp,price);

Loading…
Cancel
Save