Skip to content

Commit 16f0fb7

Browse files
committed
cmd/evm: make evm default to all ethash protocol changes
1 parent 3b6c990 commit 16f0fb7

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)