From dc1175e3e1e18d8f498a5f9301ed53029bab22fb Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi <1591639+s1na@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:35:13 +0300 Subject: [PATCH] rm unnecessary line Co-authored-by: Delweng --- eth/tracers/native/prestate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/tracers/native/prestate.go b/eth/tracers/native/prestate.go index 71cd7ce791..f3298e7599 100644 --- a/eth/tracers/native/prestate.go +++ b/eth/tracers/native/prestate.go @@ -169,7 +169,6 @@ func (t *prestateTracer) CaptureTxStart(env *vm.EVM, tx *types.Transaction) { t.to = crypto.CreateAddress(from, env.StateDB.GetNonce(from)) } else { t.to = *tx.To() - t.create = false } t.lookupAccount(from)