Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(levm): create address should remain touched even in fails (#1538)
**Motivation** The new address should remain in the touched adresses even in fails **Description** - Remove the line that removed the address from the touched addresses. **Resources** "Clarification: If a CREATE/CREATE2 operation fails later on, e.g during the execution of initcode or has insufficient gas to store the code in the state, the address of the contract itself remains in access_addresses (but any additions made within the inner scope are reverted)." From https://eips.ethereum.org/EIPS/eip-2929
- Loading branch information