-
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
Override TTD sometimes doesn't work #25133
Comments
We experienced this issue today when running with the following flags
Geth version 1.10.18 |
@MariusVanDerWijden @prestonvanloon I experienced this, when the datadir is empty, after the genesis block has been inserted into the database, if you restart then the terminal difficulty override is used. I have trace back the problem to here: https://github.com/ethereum/go-ethereum/blob/master/core/genesis.go#L240-L254
if it does not find the genesis block in the DB, it stores it, and then returns its default config, without going through the lines bellow: https://github.com/ethereum/go-ethereum/blob/master/core/genesis.go#L285-L287
|
No description provided.
The text was updated successfully, but these errors were encountered: