Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Nov 8, 2024
1 parent 98244b4 commit d9a6b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/interfaces/IRewardsCoordinator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ interface IRewardsCoordinator is IRewardsCoordinatorErrors, IRewardsCoordinatorE
* @param earner The address to set the claimer for
* @param claimer The address of the entity that can call `processClaim` on behalf of the earner
* @dev Only callable by operators, because we have no way of determining whether an address
* is an AVS via the AVS Directory. Once we deprecate that contract this function
* is an AVS via the AVS Directory. Once we deprecate that contract this function
* will be updated to allow AVSs to set their own claimers.
*/
function setClaimerFor(address earner, address claimer) external;
Expand Down

0 comments on commit d9a6b80

Please sign in to comment.