Skip to content

Commit

Permalink
bittrex: exception added
Browse files Browse the repository at this point in the history
  • Loading branch information
egorFiNE committed May 30, 2018
1 parent 62f6322 commit b278364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bittrex.js
Expand Up @@ -149,6 +149,7 @@ module.exports = class bittrex extends Exchange {
'UUID_INVALID': OrderNotFound,
'RATE_NOT_PROVIDED': InvalidOrder, // createLimitBuyOrder ('ETH/BTC', 1, 0)
'WHITELIST_VIOLATION_IP': PermissionDenied,
'INVALID_ORDER': InvalidOrder,
},
'options': {
'parseOrderStatus': false,
Expand Down

0 comments on commit b278364

Please sign in to comment.