-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
cmd/geth: added --mainnet flag #21932
Conversation
@holiman I remembered in the discussion you said something about checking that the genesis is okay. |
Sorry, I missed that you had asked me something. So, I'm not 100% sure you need to do anything in particular. But check that "odd stuff" doesn't happen e.g when you do
or
Also, maybe we should check the result of doing:
not sure what I would prefer, probably that the |
So
|
3e85f75
to
463bb83
Compare
463bb83
to
ae00010
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* cmd/geth: added --mainnet flag * cmd/utils: set default genesis if --mainnet is specified * cmd/utils: addressed comments
closes #21795
TODO: