Merge pull request #20075 from holiman/evm_defaults

cmd/evm: make evm default to all ethash protocol changes
pull/20080/head
Péter Szilágyi 5 years ago committed by GitHub
commit 8bd64f4a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/evm/runner.go

@ -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…
Cancel
Save