Skip to content

Commit

Permalink
minimize diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Dec 20, 2024
1 parent ec95513 commit 113f9c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/account/AccountCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import {AbstractSigner} from "../utils/cryptography/AbstractSigner.sol";
* @dev A simple ERC4337 account implementation. This base implementation only includes the minimal logic to process
* user operations.
*
* Developers must implement the {AbstractSigner-_rawSignatureValidation} function to define the account's validation
* logic.
* Developers must implement the {AbstractSigner-_rawSignatureValidation} function to define the account's validation logic.
*
* IMPORTANT: Implementing a mechanism to validate signatures is a security-sensitive operation as it may allow an
* attacker to bypass the account's security measures. Check out {SignerECDSA}, {SignerP256}, or {SignerRSA} for
Expand Down

0 comments on commit 113f9c9

Please sign in to comment.