Skip to content

Commit

Permalink
gate.io: fetchOrder exists, but not declared.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Jun 3, 2018
1 parent 30b27e2 commit 9570c29
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 9570c29

Please sign in to comment.