mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 18:13:48 +00:00
eth/tracers: rm extra make
This commit is contained in:
parent
d9371f300f
commit
aff90d3f88
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ func (t *CallTracer) CaptureEnter(typ vm.OpCode, from common.Address, to common.
|
|||
Input: bytesToHex(input),
|
||||
Gas: uintToHex(gas),
|
||||
Value: bigToHex(value),
|
||||
Calls: make([]CallFrame, 0),
|
||||
}
|
||||
t.callstack = append(t.callstack, call)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue