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 b141e3b commit 510aad0Copy full SHA for 510aad0
src/account/ModuleManagerInternals.sol
@@ -95,12 +95,6 @@ abstract contract ModuleManagerInternals is IModularAccount {
95
_validationData.isGlobal = false;
96
_validationData.isSignatureValidation = false;
97
_validationData.isUserOpValidation = false;
98
-
99
- // Clear the selectors
100
- uint256 length = _validationData.selectors.length();
101
- for (uint256 i = 0; i < length; ++i) {
102
- _validationData.selectors.remove(_validationData.selectors.at(0));
103
- }
104
}
105
106
function _addExecHooks(EnumerableSet.Bytes32Set storage hooks, HookConfig hookConfig) internal {
0 commit comments