Browse Source

Test

etomic
jl777 7 years ago
parent
commit
80741f7fad
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -500,8 +500,6 @@ void LP_coinsloop(void *_coins)
}
while ( 1 )
{
if ( strcmp("BTC",coins) == 0 )
printf("BTC loop\n");
if ( strcmp("BTC",coins) == 0 )
LP_millistats_update(&LP_coinsloopBTC_stats);
else if ( strcmp("KMD",coins) == 0 )

Loading…
Cancel
Save