diff --git a/eth/tracers/native/zero.go b/eth/tracers/native/zero.go index 15f5f48f81f..f6fed197021 100644 --- a/eth/tracers/native/zero.go +++ b/eth/tracers/native/zero.go @@ -333,10 +333,6 @@ func (t *zeroTracer) addAccountToTrace(addr libcommon.Address) { return } - if !t.env.IntraBlockState().HasLiveAccount(addr) { - return - } - nonce := uint256.NewInt(t.env.IntraBlockState().GetNonce(addr)) codeHash := t.env.IntraBlockState().GetCodeHash(addr)