Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: update erc20fixed.md (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
jholmes91 authored Mar 24, 2024
1 parent c583a1a commit 29713e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Ensure your account has a sufficient balance.

### Step 3 — Updating the Contract

No modifications are needed for ERC20Fixed paymaster since the provided `ApprovalPaymaster` contract is already configured for this purpose.
No modifications are needed for `ERC20FixedPaymaster` since the provided `ApprovalPaymaster` contract is already configured for this purpose.

Reviewing the `validateAndPayForPaymasterTransaction` function reveals its simplicity: it verifies if the token is correct, the user holds the token and has provided enough allowance.

Expand Down

0 comments on commit 29713e4

Please sign in to comment.