Update cmd/evm/staterunner.go

This commit is contained in:
Martin Holst Swende 2023-11-10 09:54:53 +01:00 committed by GitHub
parent 8ff557a68b
commit 122970bf68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,6 @@ func runStateTest(fname string, cfg vm.Config, jsonOut, dump bool) error {
if err != nil {
// Test failed, mark as so
result.Pass, result.Error = false, err.Error()
}
})
results = append(results, *result)