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: dumpgenesis for wemix #140

Merged
merged 2 commits into from
Dec 12, 2024
Merged

fix: dumpgenesis for wemix #140

merged 2 commits into from
Dec 12, 2024

Conversation

egonspace
Copy link
Collaborator

Close #139

Copy link

@colinkim colinkim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently, the two parameters (stack, &cfg.Eth) are not used in the SetWemixConfig function.
Therefore, it would be nice if the code used in other code could be modified as well.

[as is]
utils.SetWemixConfig(ctx, stack, &cfg.Eth)
[to be]
utils.SetWemixConfig(ctx, nil, nil)

@colinkim colinkim self-requested a review December 12, 2024 07:14
@egonspace egonspace merged commit a04e139 into dev Dec 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dumpgenesis command of gwemix generates Ethereum's genesis.json
3 participants