Skip to content

Commit

Permalink
Update EIPS/eip-7702.md
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Ballet <[email protected]>
  • Loading branch information
g11tech and gballet authored Jul 26, 2024
1 parent c9f84a9 commit 44968cc
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 @@ -127,7 +127,7 @@ With this method:

* if EOA is delegated to a new address, it (essentially) starts with clean storage
* if the contract is delegated back to a previous `address`, the EVM will be able to _re-attach_ its old storage.
* chunks of `256` consecutive keys are mapped again to consecutive keys which is nice for debuggings and more importantly state trie optimizations (a la verkle)
* chunks of `256` consecutive keys are mapped again to consecutive keys which is nice for debuggings and more importantly state trie optimizations (à la verkle)

#### In-protocol revocation

Expand Down

0 comments on commit 44968cc

Please sign in to comment.