eth/tracers: rm extra make
Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
parent
ca5427ade0
commit
d9371f300f
|
@ -46,7 +46,6 @@ func (t *CallTracer) CaptureStart(env *vm.EVM, from common.Address, to common.Ad
|
||||||
Input: bytesToHex(input),
|
Input: bytesToHex(input),
|
||||||
Gas: uintToHex(gas),
|
Gas: uintToHex(gas),
|
||||||
Value: bigToHex(value),
|
Value: bigToHex(value),
|
||||||
Calls: make([]CallFrame, 0),
|
|
||||||
}
|
}
|
||||||
if create {
|
if create {
|
||||||
t.callstack[0].Type = "CREATE"
|
t.callstack[0].Type = "CREATE"
|
||||||
|
|
Loading…
Reference in New Issue