Skip to content

Commit

Permalink
ripio: add deposit/withdraw flag in currencies #11107
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu committed Jan 12, 2022
1 parent 476becc commit 56f9873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ripio.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ module.exports = class ripio extends Exchange {
'name': name,
'info': currency, // the original payload
'active': active,
'deposit': undefined,
'withdraw': undefined,
'fee': undefined,
'precision': precision,
'limits': {
Expand Down

0 comments on commit 56f9873

Please sign in to comment.