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"