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

Fix maxDeposit bug when some etks had deposit limits and others don't #20

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

gnarvaja
Copy link
Contributor

When some ETKs in the list had deposit limits and then others don't have any limits, it was trying to add +MaxUint and failing.

Changed the code to support this combination and return MaxUint.

When some ETKs in the list had deposit limits and then others don't have
any limits, it was trying to add <something>+MaxUint and failing.

Changed the code to support this combination and return MaxUint.
@gnarvaja gnarvaja merged commit 7405573 into main Apr 22, 2024
2 checks passed
@gnarvaja gnarvaja deleted the fix-max-deposit branch April 22, 2024 18:15
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.

3 participants