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 {
78
78
/**
79
79
* @dev Handles post user operation execution logic. The caller must be the entry point.
80
80
*
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}.
83
83
*
84
84
* NOTE: The `actualUserOpFeePerGas` is not `tx.gasprice`. A user operation can be bundled with other transactions
85
85
* making the gas price of the user operation to differ.
You can’t perform that action at this time.
0 commit comments