Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Comment
Browse files Browse the repository at this point in the history
dgusakov committed Jan 10, 2025
1 parent 81a07eb commit 31d4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/ICSPerksRegistry.sol
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ interface ICSPerksRegistry {
function setPriorityQueueLimit(uint256 curveId, uint256 limit) external;

/// @notice Get priority queue limit by the curveId.
/// @dev Default value is returned if the value is not set for the given curveId.
/// @dev Zero is returned if the value is not set for the given curveId.
/// @dev The first `limit` keys for the Node Operator with the given `curveId` will be placed in the priority queue.
/// @param curveId Curve Id to get priority queue limit for
/// @return limit Priority queue limit

0 comments on commit 31d4ceb

Please sign in to comment.