Skip to content

Commit

Permalink
Update eip-7702.md
Browse files Browse the repository at this point in the history
Small clarification.
  • Loading branch information
marioevz authored Jun 26, 2024
1 parent e1ec3e7 commit d82abb5
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 @@ -60,7 +60,7 @@ At the start of executing the transaction, for each `[chain_id, address, [nonce]
5. Set the code of `authority` to code associated with `address`.
6. Add the `authority` account to `accessed_addresses` (as defined in [EIP-2929](./eip-2929.md).)

If any of the above steps fail, immediately stop processing that tuple and continue to the next tuple in the list. It will In the case of multiple tuples for the same authority, set the code specified by the address in the first occurrence.
If any of the above steps fail, immediately stop processing that tuple and continue to the next tuple in the list. It will In the case of multiple tuples for the same authority, set the code specified by the address in the first valid occurrence.

At the end of the transaction, set the code of each `authority` back to empty.

Expand Down

0 comments on commit d82abb5

Please sign in to comment.