exchanges: ignore coins 'created' by tradesatoshi

they have a very huge amount of scams...
This commit is contained in:
Tanguy Pruvot 2018-05-09 00:12:44 +02:00
parent ca974e661f
commit f358e723c8

View file

@ -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")) {