mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/evm: set default chain config to post-merge
This commit is contained in:
parent
3dc071e036
commit
0fd78ed671
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ func runCmd(ctx *cli.Context) error {
|
||||||
initialGas = genesisConfig.GasLimit
|
initialGas = genesisConfig.GasLimit
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
genesisConfig.Config = params.AllEthashProtocolChanges
|
genesisConfig.Config = params.AllDevChainProtocolChanges
|
||||||
}
|
}
|
||||||
|
|
||||||
db := rawdb.NewMemoryDatabase()
|
db := rawdb.NewMemoryDatabase()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue