mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Merge 60fb1801d3 into 322006d0f2
This commit is contained in:
commit
c16196e72a
1 changed files with 4 additions and 0 deletions
|
|
@ -236,6 +236,10 @@ Gas used: %d
|
|||
}
|
||||
if tracer != nil {
|
||||
tracer.CaptureEnd(ret, initialGas-leftOverGas, execTime, err)
|
||||
fmt.Printf("0x%x", ret)
|
||||
if err != nil {
|
||||
fmt.Printf(" error: %v\n", err)
|
||||
}
|
||||
} else {
|
||||
fmt.Printf("0x%x\n", ret)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue