From d9371f300fe03ab12073a85c3c7eaa58a910527c Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi <1591639+s1na@users.noreply.github.com> Date: Wed, 13 Oct 2021 15:06:31 +0200 Subject: [PATCH] eth/tracers: rm extra make Co-authored-by: Martin Holst Swende --- eth/tracers/native/call.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/tracers/native/call.go b/eth/tracers/native/call.go index 43be50020e..70b49f1ccd 100644 --- a/eth/tracers/native/call.go +++ b/eth/tracers/native/call.go @@ -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"