From 720539243044d04e5153b00f0988f9db31bd4f98 Mon Sep 17 00:00:00 2001 From: Franky soldev Date: Mon, 7 Oct 2024 15:36:25 +0900 Subject: [PATCH] Update erc-4337.md --- erc/ERCS/erc-4337.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erc/ERCS/erc-4337.md b/erc/ERCS/erc-4337.md index ef3f571..c0c2203 100644 --- a/erc/ERCS/erc-4337.md +++ b/erc/ERCS/erc-4337.md @@ -13,7 +13,7 @@ requires: 7562 ## Abstract -An account abstraction proposal which completely avoids the need for consensus-layer protocol changes. Instead of adding new protocol features and changing the bottom-layer transaction type, this proposal instead introduces a higher-layer pseudo-transaction object called a `UserOperation`. Users send `UserOperation` objects into a separate mempool. A special class of actor called bundlers package up a set of these objects into a transaction making a `handleOps` call to a special contract, and that transaction then gets included in a block. +An account abstraction proposal which avoids the need for consensus-layer protocol changes. Instead of adding new protocol features and changing the bottom-layer transaction type, this proposal instead introduces a higher-layer pseudo-transaction object called a `UserOperation`. Users send `UserOperation` objects into a separate mempool. A special class of actor called bundlers package up a set of these objects into a transaction making a `handleOps` call to a special contract, and that transaction then gets included in a block. ## Motivation