Skip to content

Commit c07e410

Browse files
fix:respond to PR comments
1 parent e811e45 commit c07e410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/sponsorship/BiconomySponsorshipPaymaster.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ contract BiconomySponsorshipPaymaster is
315315
revert InvalidSignatureLength();
316316
}
317317

318-
if(unaccountedGas >= userOp.unpackPostOpGasLimit()) {
318+
if(unaccountedGas > userOp.unpackPostOpGasLimit()) {
319319
revert PostOpGasLimitTooLow();
320320
}
321321

0 commit comments

Comments
 (0)