Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/account/UpgradeableModularAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ contract UpgradeableModularAccount is
/// @notice Initializes the account with a validation function added to the global pool.
/// TODO: remove and merge with regular initialization, after we figure out a better install/uninstall workflow
/// with user install configs.
/// @dev This function is only callable once, and only by the EntryPoint.
/// @dev This function is only callable once.
function initializeWithValidation(
ValidationConfig validationConfig,
bytes4[] calldata selectors,
Expand Down