Skip to content

Commit

Permalink
fix: update outdated comments (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangting-alchemy authored Aug 7, 2024
1 parent f50ce1f commit e7b0902
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e7b0902

Please sign in to comment.