Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exmo: add deposit/withdraw flag in currencies ccxt/ccxt#11107 #11216

Merged
merged 4 commits into from Jan 15, 2022

Conversation

sc0Vu
Copy link
Contributor

@sc0Vu sc0Vu commented Jan 10, 2022

Add deposit/withdraw flag in currencies

#11107

@kroitor kroitor self-assigned this Jan 10, 2022
js/exmo.js Outdated Show resolved Hide resolved
js/exmo.js Outdated
@@ -355,6 +359,20 @@ module.exports = class exmo extends Exchange {
maxValue = undefined;
}
const activeProvider = this.safeValue (provider, 'enabled');
limits[type]['enabled'] = activeProvider;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not really add enabled to the limits structure in this case.

@kroitor kroitor merged commit e71950c into ccxt:master Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants