Skip to content

Commit 50fe68c

Browse files
committed
refactor: note avsd
1 parent 74e90da commit 50fe68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/IRegistryCoordinator.sol

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ interface IRegistryCoordinator is IRegistryCoordinatorErrors, IRegistryCoordinat
273273
/**
274274
* @notice Registers an operator for service in specified quorums. If any quorum exceeds its maximum
275275
* operator capacity after the operator is registered, this method will fail.
276-
* @param quorumNumbers is an ordered byte array containing the quorum numbers being registered for.
276+
* @param quorumNumbers is an ordered byte array containing the quorum numbers being registered for AVSDirectory.
277277
* @param socket is the socket of the operator (typically an IP address).
278278
* @param params contains the G1 & G2 public keys of the operator, and a signature proving their ownership.
279279
* @param operatorSignature is the signature of the operator used by the AVS to register the operator in the delegation manager.
@@ -290,7 +290,7 @@ interface IRegistryCoordinator is IRegistryCoordinatorErrors, IRegistryCoordinat
290290
/**
291291
* @notice Registers an operator while replacing existing operators in full quorums. If any quorum reaches its maximum operator
292292
* capacity, `operatorKickParams` is used to replace an old operator with the new one.
293-
* @param quorumNumbers is an ordered byte array containing the quorum numbers being registered for.
293+
* @param quorumNumbers is an ordered byte array containing the quorum numbers being registered for AVSDirectory.
294294
* @param socket is the socket of the operator (typically an IP address).
295295
* @param params contains the G1 & G2 public keys of the operator, and a signature proving their ownership.
296296
* @param operatorKickParams used to determine which operator is removed to maintain quorum capacity as the

0 commit comments

Comments
 (0)