Update BTC-e API domain
btc-e.com was seized by the US DOJ; use btc-e.nz instead
This commit is contained in:
parent
de6fbf88db
commit
c2f3171d1a
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user