mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-14 07:09:07 +00:00
eth/tracers: rm extra make
Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
parent
ca5427ade0
commit
d9371f300f
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ func (t *CallTracer) CaptureStart(env *vm.EVM, from common.Address, to common.Ad
|
|||
Input: bytesToHex(input),
|
||||
Gas: uintToHex(gas),
|
||||
Value: bigToHex(value),
|
||||
Calls: make([]CallFrame, 0),
|
||||
}
|
||||
if create {
|
||||
t.callstack[0].Type = "CREATE"
|
||||
|
|
|
|||
Loading…
Reference in a new issue