Skip to content

Commit

Permalink
Merge pull request #3019 from miracle2k/patch-3
Browse files Browse the repository at this point in the history
gate.io: fetchOrder exists, but not declared.
  • Loading branch information
kroitor committed Jun 3, 2018
2 parents 30b27e2 + 9570c29 commit 1492d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/gateio.js
Expand Up @@ -25,6 +25,7 @@ module.exports = class gateio extends Exchange {
'fetchClosedOrders': true,
'fetchOpenOrders': true,
'fetchOrders': true,
'fetchOrder': true,
},
'urls': {
'logo': 'https://user-images.githubusercontent.com/1294454/31784029-0313c702-b509-11e7-9ccc-bc0da6a0e435.jpg',
Expand Down

0 comments on commit 1492d57

Please sign in to comment.