eth/tracers: rm extra make
Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user