mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
Remove unused StructLog (#2447)
This commit is contained in:
parent
d9e502bbc5
commit
b82dcdcc76
@ -125,21 +125,6 @@ type
|
||||
EnableAccount
|
||||
DisableReturnData
|
||||
|
||||
StructLog* = object
|
||||
pc* : int
|
||||
op* : Op
|
||||
gas* : GasInt
|
||||
gasCost* : GasInt
|
||||
memory* : seq[byte]
|
||||
memSize* : int
|
||||
stack* : seq[UInt256]
|
||||
returnData* : seq[byte]
|
||||
storage* : Table[UInt256, UInt256]
|
||||
depth* : int
|
||||
refund* : GasInt
|
||||
opName* : string
|
||||
error* : string
|
||||
|
||||
TracerRef* = ref object of RootObj
|
||||
flags*: set[TracerFlags]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user