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 11817b7 commit 441cff4Copy full SHA for 441cff4
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