mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-08 09:11:34 +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),
|
Input: bytesToHex(input),
|
||||||
Gas: uintToHex(gas),
|
Gas: uintToHex(gas),
|
||||||
Value: bigToHex(value),
|
Value: bigToHex(value),
|
||||||
Calls: make([]CallFrame, 0),
|
|
||||||
}
|
}
|
||||||
t.callstack = append(t.callstack, call)
|
t.callstack = append(t.callstack, call)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue