Skip to content

Commit 8bd64f4

Browse files
authored
Merge pull request #20075 from holiman/evm_defaults
cmd/evm: make evm default to all ethash protocol changes
2 parents b1c3010 + 16f0fb7 commit 8bd64f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/evm/runner.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ func runCmd(ctx *cli.Context) error {
198198

199199
if chainConfig != nil {
200200
runtimeConfig.ChainConfig = chainConfig
201+
} else {
202+
runtimeConfig.ChainConfig = params.AllEthashProtocolChanges
201203
}
202204
tstart := time.Now()
203205
var leftOverGas uint64

0 commit comments

Comments
 (0)