Skip to content

Commit 4b4d337

Browse files
authored
Update paymasterSponsor.ts (#1674)
1 parent 4086359 commit 4b4d337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/utils/paymasterSponsor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export async function willSponsor({
8787
value: bigint;
8888
data: Hex;
8989
}[];
90-
// modify if want to allow batch calls to your contract
90+
// modify if you want to allow batch calls to your contract
9191
if (calls.length > 2) {
9292
return false;
9393
}

0 commit comments

Comments
 (0)