Skip to content

Commit

Permalink
actualGasCost comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn committed Mar 3, 2025
1 parent 11278c2 commit 8fce351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/core/BasePaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ abstract contract BasePaymaster is IPaymaster, Ownable2Step {
* opReverted - User op reverted. The paymaster still has to pay for gas.
* postOpReverted - never passed in a call to postOp().
* @param context - The context value returned by validatePaymasterUserOp
* @param actualGasCost - Actual gas used so far (without this postOp call).
* @param actualGasCost - Actual cost of gas used so far (without this postOp call).
* @param actualUserOpFeePerGas - the gas price this UserOp pays. This value is based on the UserOp's maxFeePerGas
* and maxPriorityFee (and basefee)
* It is not the same as tx.gasprice, which is what the bundler pays.
Expand Down

0 comments on commit 8fce351

Please sign in to comment.