mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-02 10:05:12 +00:00
exchanges: ignore coins 'created' by tradesatoshi
they have a very huge amount of scams...
This commit is contained in:
parent
ca974e661f
commit
f358e723c8
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ function updateRawCoin($marketname, $symbol, $name='unknown')
|
||||||
}
|
}
|
||||||
|
|
||||||
// some other to ignore...
|
// some other to ignore...
|
||||||
if (in_array($marketname, array('yobit','kucoin')))
|
if (in_array($marketname, array('yobit','kucoin','tradesatoshi')))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (market_get($marketname, $symbol, "disabled")) {
|
if (market_get($marketname, $symbol, "disabled")) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue