Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Dec 9, 2024
1 parent 1f89b7d commit 5683197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-7779.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Wallet A information could be extracted from `accountId()`.

This function returns the list of base storage slots of that account has used.

7702 Accounts do plan to use a custom non-zero storage slot to avoid storage collision as much as possible, however, there hasn’t been a standardized approach on how to fetch them.
EIP-7702 Accounts do plan to use a custom non-zero storage slot to avoid storage collision as much as possible, however, there hasn’t been a standardized approach on how to fetch them.

This function provides a standardized approach for wallets and other applications to check the base storage slots of an account, and verify if the base storage slots are far enough from the newly to-be-redelegated account’s base storage slot.

Expand Down Expand Up @@ -138,7 +138,7 @@ This standard, however, does not explicitly state the behavior to be done during

`onRedelegation()` should validate if the caller is indeed the authorized user by checking the `msg.sender` value.

This could also be done through a `self-call` if a custom validation scheme is implemented or at the wallet's discretion as a side case.
This could also be done through a "self-call" if a custom validation scheme is implemented or at the wallet's discretion as a side case.

![diagram showing the flow of onredelegation](../assets/eip-7779/diagram.svg)

Expand Down

0 comments on commit 5683197

Please sign in to comment.