Skip to content

Commit abc2ff6

Browse files
authored
Correct Paymaster Comment (#79)
1 parent 10da95c commit abc2ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/account/paymaster/PaymasterCore.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ abstract contract PaymasterCore is IPaymaster {
7878
/**
7979
* @dev Handles post user operation execution logic. The caller must be the entry point.
8080
*
81-
* It receives the `context` returned by `_validatePaymasterUserOp`. Reverts by default
82-
* since the function is not called if no context is returned by {validatePaymasterUserOp}.
81+
* It receives the `context` returned by `_validatePaymasterUserOp`. Function is not called if no context
82+
* is returned by {validatePaymasterUserOp}.
8383
*
8484
* NOTE: The `actualUserOpFeePerGas` is not `tx.gasprice`. A user operation can be bundled with other transactions
8585
* making the gas price of the user operation to differ.

0 commit comments

Comments
 (0)