Skip to content

Commit

Permalink
7702: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Jun 17, 2024
1 parent ea7176d commit 1b1bb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7702.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Specifically:
* Hence, it avoids the problem of "creating two separate code ecosystems", because to a large extent they would be the same ecosystem. There would be some workflows that require kludges under this solution that would be better done in some different "more native" under "endgame AA", but this is relatively a small subset.
* It does not require adding any opcodes, that would become dangling and useless in a post-EOA world.
* It allows EOAs to temporarily convert themselves into contracts to be included in ERC-4337 bundles, in a way that's compatible with the existing `EntryPoint`.
* Once this is implemented, allow EOAs to migrate permanently is "only one line of code": just add a flag to not set the code back to empty at the end.
* Once this is implemented, allowing EOAs to migrate permanently is "only one line of code": just add a flag to not set the code back to empty at the end.

## Backwards Compatibility

Expand Down

0 comments on commit 1b1bb17

Please sign in to comment.