Skip to content

Commit

Permalink
Update EIPS/eip-4337.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient authored Oct 7, 2021
1 parent eb76ee9 commit 9a7a95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4337.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ During the verification loop, in addition to calling `validateUserOp`, the `hand

During the execution loop, the `handleOps` execution must call `postOp` on the paymaster after making the main execution call. It must guarantee the execution of `postOp`, by making the main execution inside an inner call context, and if the inner call context reverts attempting to call `postOp` again in an outer call context.

Maliciously crafted paymasters _can_ DoS the system. To prevent this, we use a paymaster reputation system; see the [reputation, throttling and banning section](#Reputation-scoring-and-throttling%2Fbanning-for-paymasters) for details.
Maliciously crafted paymasters _can_ DoS the system. To prevent this, we use a paymaster reputation system; see the [reputation, throttling and banning section](#reputation-scoring-and-throttlingbanning-for-paymasters) for details.

The paymaster interface is as follows:

Expand Down

0 comments on commit 9a7a95c

Please sign in to comment.