Skip to content

Commit

Permalink
Don't remove account when it is initially created
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Aug 12, 2024
1 parent a51f81d commit abd9285
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eth/tracers/native/zero.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit abd9285

Please sign in to comment.