mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
fix: properly autogen file
This commit is contained in:
parent
e9fd3bfabb
commit
c1876b93b8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue