Skip to content

Commit

Permalink
Update erc-7562.md: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavw authored Jan 14, 2024
1 parent a2eaac3 commit 086c322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erc/ERCS/erc-7562.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ The alt-mempool "topic" is a unique identifier. By convention, this is the IPFS
* **[ALT-010]** The bundler listens to the alt-mempool "topic" over the P2P protocol
* **[ALT-020]** The alt mempool rules MUST be checked only when a canonical rule is violated
* That is, if validation follows the canonical rules above, it is not considered part of an alt-mempool.
* **[ALT-021]** Such a `UserOperation` (that violates the cannonical rules) is checked against all the "alternate mempools", and is considered part of all those alt-mempools
* **[ALT-021]** Such a `UserOperation` (that violates the canonical rules) is checked against all the "alternate mempools", and is considered part of all those alt-mempools
* **[ALT-030]** Bundlers SHOULD forward `UserOperations` to other bundlers only once, regardless of how many (shared) alt-mempools they have. \
The receiving bundler validates the `UserOperations`, and based on the above rules (and subscribed alt-mempools) decides which alt-mempools to propagate it to.
* **[ALT-040]** opsInclude and opsSeen of entities are kept per alt-mempool. That is, an entity can be considered throttled (or banned) in one mempool, while still active on another.
Expand Down

0 comments on commit 086c322

Please sign in to comment.