From c1876b93b857b6fde8c28cdfb65eff1ef390880a Mon Sep 17 00:00:00 2001 From: Ilias Tsatiris Date: Thu, 8 Jan 2026 15:06:42 +0200 Subject: [PATCH] fix: properly autogen file --- eth/tracers/native/call.go | 1 + 1 file changed, 1 insertion(+) 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