We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f62f7 commit 7284028Copy full SHA for 7284028
src/interfaces/IModularAccount.sol
@@ -95,7 +95,6 @@ interface IModularAccount {
95
96
/// @notice Installs a validation function across a set of execution selectors, and optionally mark it as a
97
/// global validation function.
98
- /// @dev This does not validate anything against the manifest - the caller must ensure validity.
99
/// @param validationConfig The validation function to install, along with configuration flags.
100
/// @param selectors The selectors to install the validation function for.
101
/// @param installData Optional data to be used by the account to handle the initial validation setup. Data
0 commit comments