diff --git a/EIPS/eip-7702.md b/EIPS/eip-7702.md index 66960805c7812..0037d8cd0ce79 100644 --- a/EIPS/eip-7702.md +++ b/EIPS/eip-7702.md @@ -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