Skip to content

Commit

Permalink
7702: add instruction to remove code at end of tx
Browse files Browse the repository at this point in the history
This instruction was explicit in earlier versions, but was lost to edits.
  • Loading branch information
NiloCK committed Sep 6, 2024
1 parent 58a681e commit 362edfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EIPS/eip-7702.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ At the start of executing the transaction, after incrementing the sender's nonce

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 using the address in the last valid occurrence.

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

Note that the signer of an authorization tuple may be different than `tx.origin` of the transaction.

##### Delegation Designation
Expand Down

0 comments on commit 362edfd

Please sign in to comment.