mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
markets: disable nova by default, ignore cryptopia scrypt
nova is closing in a week... better to ignore it now.
This commit is contained in:
parent
2b98f0219e
commit
f7a04abf06
1 changed files with 3 additions and 1 deletions
|
@ -13,8 +13,9 @@ function updateRawcoins()
|
|||
exchange_set_default('empoex', 'disabled', true);
|
||||
exchange_set_default('coinexchange', 'disabled', true);
|
||||
exchange_set_default('coinsmarkets', 'disabled', true);
|
||||
exchange_set_default('tradesatoshi', 'disabled', true);
|
||||
exchange_set_default('jubi', 'disabled', true);
|
||||
exchange_set_default('nova', 'disabled', true);
|
||||
exchange_set_default('tradesatoshi', 'disabled', true);
|
||||
|
||||
settings_prefetch_all();
|
||||
|
||||
|
@ -335,6 +336,7 @@ function updateRawCoin($marketname, $symbol, $name='unknown')
|
|||
if ($coin->Symbol == $symbol) {
|
||||
$name = $coin->Name;
|
||||
$algo = strtolower($coin->Algorithm);
|
||||
if ($algo == 'scrypt') $algo = ''; // cryptopia default generally wrong
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue