Skip to content

Commit

Permalink
Okex default address
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Apr 1, 2022
1 parent fa0a6fd commit 8f277a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exchanges/Okex.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function __construct($key,$secret,$passphrase,$host=''){
$this->key=$key;
$this->secret=$secret;
$this->passphrase=$passphrase;
$this->host= empty($host) ? 'https://www.okex.com' : $host ;
$this->host= empty($host) ? 'https://www.okx.com' : $host ;
}

function account(){
Expand Down

0 comments on commit 8f277a1

Please sign in to comment.