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

Protection add liquidity: make sure both amounts deposited are greater than expected. #736

Merged
merged 4 commits into from
Sep 5, 2023

Conversation

jacobleygonie
Copy link
Contributor

add_liquidity used to only guarantee that one deposited amount is at least the minimum asked by the user, i.e. the check was only made for the token in excess, and not for the other token.
This small fix checks that both amounts deposited are at least the minimum asked by the user.

@sasurobert sasurobert merged commit 8405234 into multiversx:main Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants