-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
dumpconfig doesn't work #26328
Labels
Comments
fjl
pushed a commit
that referenced
this issue
Dec 8, 2022
--syncTarget is a feature for development purpose in post-merge world. Previously it's added into eth.Config. But it turns out that's a stupid idea. - syncTarget is a block object, which is hard to be put in config file(large) - syncTarget is just a dev feature, doesn't make too much sense to add it in config file So I remove it from the eth config object. And it also fixes the #26328
It's fixed in #26330, please try the master again. |
Can confirm it is now working to my expectations. Thanks all for your quick fix. 🍺 |
shekhirin
pushed a commit
to shekhirin/go-ethereum
that referenced
this issue
Jun 6, 2023
--syncTarget is a feature for development purpose in post-merge world. Previously it's added into eth.Config. But it turns out that's a stupid idea. - syncTarget is a block object, which is hard to be put in config file(large) - syncTarget is just a dev feature, doesn't make too much sense to add it in config file So I remove it from the eth config object. And it also fixes the ethereum#26328
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Geth version: Version: 1.11.0-unstable
OS & Version: Linux
Commit hash : 6891288
Expected behaviour
$ geth --mainnet --datadir /node/geth dumpconfig
Config file dumped.
Actual behaviour
Returns to terminal.
Steps to reproduce the behaviour
$ geth --mainnet --datadir /node/geth dumpconfig
The text was updated successfully, but these errors were encountered: