From 25f68a052188cb6c1457ea2ad016497a4ae84319 Mon Sep 17 00:00:00 2001 From: Fangting Liu Date: Tue, 6 Aug 2024 13:57:33 -0700 Subject: [PATCH] fix: update outdated comments --- src/account/UpgradeableModularAccount.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/account/UpgradeableModularAccount.sol b/src/account/UpgradeableModularAccount.sol index 7ca5b9d9..348c7455 100644 --- a/src/account/UpgradeableModularAccount.sol +++ b/src/account/UpgradeableModularAccount.sol @@ -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,