From f9fe8e5d2745dd9a55f2f761522cb94812f8d4f2 Mon Sep 17 00:00:00 2001 From: lightclient Date: Mon, 17 Jun 2024 09:36:04 -0600 Subject: [PATCH] 7702: rm link to 5003 --- EIPS/eip-7702.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7702.md b/EIPS/eip-7702.md index d29e7eab5139bd..79ea10aee121c0 100644 --- a/EIPS/eip-7702.md +++ b/EIPS/eip-7702.md @@ -147,7 +147,7 @@ Specifically: * Hence, it avoids the problem of "creating two separate code ecosystems", because to a large extent they would be the same ecosystem. There would be some workflows that require kludges under this solution that would be better done in some different "more native" under "endgame AA", but this is relatively a small subset. * It does not require adding any opcodes, that would become dangling and useless in a post-EOA world. * It allows EOAs to temporarily convert themselves into contracts to be included in ERC-4337 bundles, in a way that's compatible with the existing `EntryPoint`. -* Once this is implemented, [EIP-5003](./eip-5003.md) is "only one line of code": just add a flag to not set the code back to empty at the end. +* Once this is implemented, allow EOA's to migrate permanently is "only one line of code": just add a flag to not set the code back to empty at the end. ## Backwards Compatibility