Skip to content

Commit

Permalink
refactor: use @inheritdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
neutiyoo committed May 16, 2024
1 parent 373200a commit 2c7a932
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions contracts/src/core/MachServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 2c7a932

Please sign in to comment.