diff --git a/contracts/sponsorship/BiconomySponsorshipPaymaster.sol b/contracts/sponsorship/BiconomySponsorshipPaymaster.sol index e0985a8..31737a2 100644 --- a/contracts/sponsorship/BiconomySponsorshipPaymaster.sol +++ b/contracts/sponsorship/BiconomySponsorshipPaymaster.sol @@ -317,7 +317,7 @@ contract BiconomySponsorshipPaymaster is revert InvalidSignatureLength(); } - if (unaccountedGas >= userOp.unpackPostOpGasLimit()) { + if (unaccountedGas > userOp.unpackPostOpGasLimit()) { revert PostOpGasLimitTooLow(); }