Update BTC-e API domain

btc-e.com was seized by the US DOJ; use btc-e.nz instead
This commit is contained in:
Brian Ziemek 2018-03-18 02:44:54 -04:00 committed by GitHub
parent de6fbf88db
commit c2f3171d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ class Tools extends Base {
private function getApiType($url) {
if (preg_match('/coinchoose.com/', $url)) {
return 'coinchose';
} else if (preg_match('/btc-e.com/', $url)) {
} else if (preg_match('/btc-e.nz/', $url)) {
return 'btce';
} else if (preg_match('/cryptsy.com/', $url)) {
return 'cryptsy';