fix: properly autogen file

This commit is contained in:
Ilias Tsatiris 2026-01-08 15:06:42 +02:00
parent e9fd3bfabb
commit c1876b93b8

View file

@ -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