|
@ -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++; |
|
|