diff --git a/EIPS/eip-7702.md b/EIPS/eip-7702.md index 58525c25636ef1..e33696d1b9b77e 100644 --- a/EIPS/eip-7702.md +++ b/EIPS/eip-7702.md @@ -124,7 +124,7 @@ Unlike previous versions of this EIP and EIPs similar, the delegation designatio ### Explicit `tx.origin` signing -A signer might desire that only a specific EOA account sends the EIP-7702 transaction. If this is the case, the signer should set the `tx_origin` field of the authority list to that address. If any EOA account is allowed to send the authority transaction, the `tx_origin` field should be set to `null` (empty bytes). Note that without `tx.origin`, once a EIP-7702 transaction enters the transaction pool, this delegation authority is now immediately available to all accounts, and could thus lead to undesired or unwanted results such as being frontran by MEV. +A signer might desire that only a specific EOA account sends the EIP-7702 transaction. If this is the case, the signer should set the `tx_origin` field of the authority list to that address. If any EOA account is allowed to send the authority transaction, the `tx_origin` field should be set to `null` (empty bytes). Note that without `tx.origin`, once a EIP-7702 transaction enters the transaction pool, this delegation authority is now immediately available to all accounts, and could thus lead to undesired or unwanted results such as being frontrun by MEV. ### Self-sponsoring: allowing `tx.origin` to set code