Skip to content

Commit

Permalink
πŸ“ Update ERC7821 comments (#1248)
Browse files Browse the repository at this point in the history
Co-authored-by: amxx <[email protected]>
  • Loading branch information
Vectorized and Amxx authored Dec 23, 2024
1 parent db433bc commit 9ade027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/accounts/ERC7821.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ contract ERC7821 is Receiver {
/// `msg.sender == address(this)`.
/// - If `opData` is not empty, the implementation SHOULD use the signature
/// encoded in `opData` to determine if the caller can perform the execution.
/// - If `msg.sender` is an authorized entry point, then `execute` MAY accept
/// calls from the entry point, and MAY use `opData` for specialized logic.
///
/// `opData` may be used to store additional data for authentication,
/// paymaster data, gas limits, etc.
Expand Down

0 comments on commit 9ade027

Please sign in to comment.