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 d0f40bd commit bf0bff8Copy full SHA for bf0bff8
src/RegistryCoordinator.sol
@@ -136,7 +136,6 @@ contract RegistryCoordinator is RegistryCoordinatorStorage {
136
137
/// @inheritdoc IRegistryCoordinator
138
function disableM2QuorumRegistration() external onlyOwner {
139
- require(operatorSetsEnabled, OperatorSetsNotEnabled());
140
require(!isM2QuorumRegistrationDisabled, M2QuorumRegistrationIsDisabled());
141
142
isM2QuorumRegistrationDisabled = true;
0 commit comments