Skip to content

Commit

Permalink
Merge pull request #11274 from sc0Vu/patch-ripio-11107
Browse files Browse the repository at this point in the history
ripio: add deposit/withdraw flag in currencies #11107
  • Loading branch information
kroitor committed Jan 13, 2022
2 parents 57a9cb6 + 56f9873 commit 8efce3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ripio.js
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 8efce3e

Please sign in to comment.