diff --git a/EIPS/eip-7377.md b/EIPS/eip-7377.md index d1caca892fd12e..37b827d4004a82 100644 --- a/EIPS/eip-7377.md +++ b/EIPS/eip-7377.md @@ -103,7 +103,7 @@ Many applications have a security check `caller == origin` to verify the caller ### One-time migration -There is no technical reason we couldn't allow EOAs to change their code at any time with this transaction type. The only inhibitor at the moment is [EIP-3607](./eip-3607) which will cause migration transactions to be considered invalid if they come from an account with code already deployed. A functional reason for retaining this behavior though is that it makes it simpler to reason about contracts and their upgradability. +There is no technical reason we couldn't allow EOAs to change their code at any time with this transaction type. The only inhibitor at the moment is [EIP-3607](./eip-3607.md) which will cause migration transactions to be considered invalid if they come from an account with code already deployed. A functional reason for retaining this behavior though is that it makes it simpler to reason about contracts and their upgradability. ## Backwards Compatibility