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

Ineffective pool deletion in StableAssetApplication.updatePool #53

Open
azat-hafizov opened this issue Feb 23, 2024 · 0 comments
Open
Assignees
Milestone

Comments

@azat-hafizov
Copy link
Collaborator

The issue is identified in the updatePool function of the StableAssetApplication contract.

This function is intended to either add a pool to or delete a pool from the pools array, based on a _enabled argument. However, when the argument value is set to false, the specified pool is not removed from the pools array as might be expected.

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

No branches or pull requests

2 participants