diff --git a/contracts/interfaces/draft-IERC4337.sol b/contracts/interfaces/draft-IERC4337.sol index 752e4e432c0..f0f129c147c 100644 --- a/contracts/interfaces/draft-IERC4337.sol +++ b/contracts/interfaces/draft-IERC4337.sol @@ -242,7 +242,8 @@ interface IPaymaster { /** * @dev Verifies the sender is the entrypoint. * @param actualGasCost the actual amount paid (by account or paymaster) for this UserOperation - * @param actualUserOpFeePerGas total gas used by this UserOperation (including preVerification, creation, validation and execution) + * @param actualUserOpFeePerGas the effective gas price (wei per gas) paid by this UserOperation, equal to + * min(maxFeePerGas, maxPriorityFeePerGas + basefee) */ function postOp( PostOpMode mode,