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