Skip to content

Commit 9cb45ae

Browse files
refactor: natspec
1 parent 3bf8109 commit 9cb45ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StartaleSmartAccount.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ contract StartaleSmartAccount is
331331
}
332332
}
333333

334-
/// @dev Uninstalls all validators, executors, hooks, and pre-validation hooks.
334+
/// @dev Uninstalls all validators, executors, hooks, fallbacks, and pre-validation hooks.
335335
/// @notice It is worth noting that, onRedelegation() does not obligate the account to completely wipe out it’s storage.
336336
/// @notice It is an optional action for the account where it could uninitialize the storage variables as much as it can to provide clean storage for new wallet.
337337
function _onRedelegation() internal override {

0 commit comments

Comments
 (0)