jl777 7 years ago
parent
commit
c9b16cbbc2
  1. 2
      iguana/exchanges/LP_coins.c

2
iguana/exchanges/LP_coins.c

@ -309,7 +309,7 @@ char *LP_getcoin(char *symbol)
HASH_ITER(hh,LP_coins,coin,tmp) HASH_ITER(hh,LP_coins,coin,tmp)
{ {
if ( strcmp(symbol,coin->symbol) == 0 ) if ( strcmp(symbol,coin->symbol) == 0 )
item = LP_coinjson(coin,0); item = LP_coinjson(coin,LP_showwif);
if ( coin->inactive == 0 ) if ( coin->inactive == 0 )
numenabled++; numenabled++;
else numdisabled++; else numdisabled++;

Loading…
Cancel
Save