Update cmd/evm/runner.go

Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
jwasinger 2024-11-22 15:05:11 +07:00 committed by GitHub
parent d8a18e1f7d
commit c07b5fd265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ func runCmd(ctx *cli.Context) error {
}
bench := ctx.Bool(BenchFlag.Name)
output, stats, execErr := timedExec(bench, execFunc)
output, stats, err := timedExec(bench, execFunc)
if ctx.Bool(DumpFlag.Name) {
root, err := runtimeConfig.State.Commit(genesisConfig.Number, true)