Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/evm: don't overwrite sender account (#30259)
Fixes #30254 It seems like the removed CreateAccount call is very old and not needed anymore. After removing it, setting a sender that does not exist in the state doesn't seem to cause an issue.
- Loading branch information