mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Removing unused field
This commit is contained in:
parent
464a1cb425
commit
b377e109e0
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ type erc7562Trace struct {
|
|||
RevertReason string `json:"revertReason,omitempty"`
|
||||
Logs []callLog `json:"logs,omitempty" rlp:"optional"`
|
||||
Value *hexutil.Big `json:"value,omitempty" rlp:"optional"`
|
||||
revertedSnapshot bool
|
||||
AccessedSlots accessedSlots `json:"accessedSlots"`
|
||||
ExtCodeAccessInfo []common.Address `json:"extCodeAccessInfo"`
|
||||
UsedOpcodes map[hexutil.Uint64]uint64 `json:"usedOpcodes"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue