mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +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...
|
||||
if (in_array($marketname, array('yobit','kucoin')))
|
||||
if (in_array($marketname, array('yobit','kucoin','tradesatoshi')))
|
||||
return;
|
||||
|
||||
if (market_get($marketname, $symbol, "disabled")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue