Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill committed Apr 13, 2018
1 parent 4b44559 commit f379c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-binance-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private function __construct4( string $api_key = null, string $api_secret = null
$this->useServerTime();
}
if( isset( $options[ 'curlOpts' ] ) && is_array( $options[ 'curlOpts' ] ) ) {
$this->curlOpts == $options[ 'curlOpts' ];
$this->curlOpts = $options[ 'curlOpts' ];
}
$this->setupApiConfigFromFile();
$this->setupProxyConfigFromFile();
Expand Down

0 comments on commit f379c03

Please sign in to comment.