Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion contracts/interfaces/draft-IERC4337.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading