mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
Merge pull request #20075 from holiman/evm_defaults
cmd/evm: make evm default to all ethash protocol changes
This commit is contained in:
commit
8bd64f4a1c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue