diff --git a/contracts/src/core/MachServiceManager.sol b/contracts/src/core/MachServiceManager.sol index 66298cd..5c92222 100644 --- a/contracts/src/core/MachServiceManager.sol +++ b/contracts/src/core/MachServiceManager.sol @@ -219,9 +219,7 @@ contract MachServiceManager is ////////////////////////////////////////////////////////////////////////////// /** - * @notice Register an operator with the AVS. Forwards call to EigenLayer' AVSDirectory. - * @param operator The address of the operator to register. - * @param operatorSignature The signature, salt, and expiry of the operator's signature. + * @inheritdoc IServiceManager */ function registerOperatorToAVS( address operator, @@ -240,8 +238,7 @@ contract MachServiceManager is } /** - * @notice Deregister an operator from the AVS. Forwards a call to EigenLayer's AVSDirectory. - * @param operator The address of the operator to register. + * @inheritdoc IServiceManager */ function deregisterOperatorFromAVS(address operator) public