Skip to content

Commit 118d449

Browse files
committed
refactor: improve comment
1 parent 56a1466 commit 118d449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/IIndexRegistry.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ interface IIndexRegistry is IIndexRegistryErrors, IIndexRegistryEvents {
7474
* @notice Registers the operator with the specified `operatorId` for the quorums specified by `quorumNumbers`.
7575
* @param operatorId The unique identifier of the operator.
7676
* @param quorumNumbers The quorum numbers to register for.
77-
* @return An array containing the updated number of operators per quorum.
77+
* @return An array containing a list of the number of operators (including the registering operator)
78+
* in each of the quorums the operator is registered for.
7879
* @dev Access restricted to the RegistryCoordinator.
7980
* @dev Preconditions:
8081
* 1) `quorumNumbers` has no duplicates

0 commit comments

Comments
 (0)