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)