eth/tracers: rm extra make

This commit is contained in:
Sina Mahmoodi
2021-10-13 15:07:39 +02:00
parent d9371f300f
commit aff90d3f88

View File

@ -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)
}