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

Do not overwrite accounts' signer and writer flags #1459

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

LucasSte
Copy link
Contributor

When we traverse a functions to collect accounts, we may add the same account multiple times. IndexMap overwrites the entry in the table, whenever we add the same key again. We should not overwrite the writer and signer flags, however.

@LucasSte LucasSte marked this pull request as ready for review July 24, 2023 22:00
@LucasSte LucasSte changed the title Do not overwrite accounts signer and writer flags Do not overwrite accounts' signer and writer flags Jul 24, 2023
@LucasSte LucasSte merged commit f806fb3 into hyperledger-solang:main Jul 25, 2023
17 checks passed
@LucasSte LucasSte deleted the no-overwrite branch July 25, 2023 19:35
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