good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 8bd64f4a authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #20075 from holiman/evm_defaults

cmd/evm: make evm default to all ethash protocol changes
parents b1c3010b 16f0fb70
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,8 @@ func runCmd(ctx *cli.Context) error {
if chainConfig != nil {
runtimeConfig.ChainConfig = chainConfig
} else {
runtimeConfig.ChainConfig = params.AllEthashProtocolChanges
}
tstart := time.Now()
var leftOverGas uint64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment