File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contracts/account/paymaster Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments