Skip to content

Commit

Permalink
bitfinex2: update deposit/withdraw flags ccxt#11107
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu committed Jan 10, 2022
1 parent ef505e6 commit 866b332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/bitfinex2.js
Expand Up @@ -560,6 +560,8 @@ module.exports = class bitfinex2 extends bitfinex {
'type': type,
'name': name,
'active': true,
'deposit': undefined,
'withdraw': undefined,
'fee': fee,
'precision': precision,
'limits': {
Expand Down

0 comments on commit 866b332

Please sign in to comment.