Skip to content

Commit 5ba95a2

Browse files
fix:respond to PR comments
1 parent aecc01c commit 5ba95a2

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
@@ -317,7 +317,7 @@ contract BiconomySponsorshipPaymaster is
317317
revert InvalidSignatureLength();
318318
}
319319

320-
if (unaccountedGas >= userOp.unpackPostOpGasLimit()) {
320+
if (unaccountedGas > userOp.unpackPostOpGasLimit()) {
321321
revert PostOpGasLimitTooLow();
322322
}
323323

0 commit comments

Comments
 (0)