Skip to content

Commit

Permalink
gateio createOrder parsing fix #3010 fix #3012
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jun 2, 2018
1 parent 6c1ba46 commit 1d6822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gateio.js
Expand Up @@ -409,7 +409,7 @@ module.exports = class gateio extends Exchange {
'status': 'open',
'type': side,
'initialAmount': amount,
}), response, market);
}, response), market);
}

async cancelOrder (id, symbol = undefined, params = {}) {
Expand Down

0 comments on commit 1d6822e

Please sign in to comment.