Skip to content

Commit

Permalink
Merge pull request #6690 from lostleaf/master
Browse files Browse the repository at this point in the history
Fix OKEX USDT swap base error
  • Loading branch information
kroitor committed Mar 27, 2020
2 parents ffbbcde + da44f61 commit ca1e51e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/okex.js
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,6 @@ module.exports = class okex extends Exchange {
marketType = 'swap';
spot = false;
swap = true;
baseId = this.safeString (market, 'coin');
const futuresAlias = this.safeString (market, 'alias');
if (futuresAlias !== undefined) {
swap = false;
Expand Down
1 change: 0 additions & 1 deletion python/ccxt/okex.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca1e51e

Please sign in to comment.