Skip to content

Commit

Permalink
Merge pull request #11199 from sc0Vu/patch-bitget-11107
Browse files Browse the repository at this point in the history
bitget: add deposit/withdraw flag in currencies #11107
  • Loading branch information
kroitor committed Jan 10, 2022
2 parents 326805c + 8c67160 commit fbf4d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/bitget.js
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,8 @@ module.exports = class bitget extends Exchange {
'type': undefined,
'name': undefined,
'active': undefined,
'deposit': undefined,
'withdraw': undefined,
'fee': undefined,
'precision': undefined,
'limits': {
Expand Down

0 comments on commit fbf4d54

Please sign in to comment.