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 40bba0e commit 23d6ac0Copy full SHA for 23d6ac0
src/middlewareV2/registrar/AVSRegistrar.sol
@@ -91,7 +91,7 @@ abstract contract AVSRegistrar is Initializable, AVSRegistrarStorage {
91
* @param operator The operator to validate
92
* @param operatorSetIds The operator sets to validate
93
* @dev Reverts for:
94
- * - KeyNotRegistered: The operator has not registered a key for the given operator sets in the `KeyRegistrar`
+ * - KeyNotRegistered: The operator has not registered a key for the given operator sets in the `KeyRegistrar`
95
*/
96
function _validateOperatorKeys(
97
address operator,
0 commit comments