mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Update cmd/evm/runner.go
Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
parent
c07b5fd265
commit
6342d59d56
1 changed files with 2 additions and 2 deletions
|
|
@ -326,8 +326,8 @@ allocated bytes: %d
|
|||
}
|
||||
if tracer == nil {
|
||||
fmt.Printf("%#x\n", output)
|
||||
if execErr != nil {
|
||||
fmt.Printf(" error: %v\n", execErr)
|
||||
if err != nil {
|
||||
fmt.Printf(" error: %v\n", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue