Skip to content

Commit

Permalink
empty host
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Dec 21, 2023
1 parent 81c058e commit 7e56965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exchanges/Gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class Gate
function __construct($key,$secret,$host){
$this->key=$key;
$this->secret=$secret;
$this->host=empty($host) ? 'https://api.gateio.ws' : '';
$this->host=empty($host) ? 'https://api.gateio.ws' : $host;
}

function account(){
Expand Down

0 comments on commit 7e56965

Please sign in to comment.