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 ActiveAccounts check #3574

Conversation

ihorml
Copy link
Contributor

@ihorml ihorml commented Oct 11, 2022

In that check, a variable myActiveAccounts is an immutable Set instead of an array. So the proper way to check it's size is a .size.

This bug may lead to improper logic of Gateways coins fetch, that are available to deposit/withdraw

@sschiessl-bcp sschiessl-bcp added this to In progress in 5.0.230113 Release via automation Oct 31, 2022
@sschiessl-bcp sschiessl-bcp merged commit 5168a86 into bitshares:develop Oct 31, 2022
5.0.230113 Release automation moved this from In progress to Done Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants