diff --git a/eth/tracers/native/call.go b/eth/tracers/native/call.go index 91b3b8a720..063e9a9f1e 100644 --- a/eth/tracers/native/call.go +++ b/eth/tracers/native/call.go @@ -107,6 +107,7 @@ func (f *callFrame) processOutput(output []byte, err error, reverted bool) { type callFrameMarshaling struct { TypeString string `json:"type"` + Pc hexutil.Uint64 Gas hexutil.Uint64 GasUsed hexutil.Uint64 Value *hexutil.Big