cmd/evm: make evm default to all ethash protocol changes

This commit is contained in:
Martin Holst Swende 2019-09-13 22:32:20 +02:00
parent 3b6c9902f3
commit 16f0fb70f1
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
1 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,8 @@ func runCmd(ctx *cli.Context) error {
if chainConfig != nil { if chainConfig != nil {
runtimeConfig.ChainConfig = chainConfig runtimeConfig.ChainConfig = chainConfig
} else {
runtimeConfig.ChainConfig = params.AllEthashProtocolChanges
} }
tstart := time.Now() tstart := time.Now()
var leftOverGas uint64 var leftOverGas uint64