Skip to content

Commit

Permalink
fix: compile errors, fr this time
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Oct 3, 2024
1 parent b1773d8 commit 4654c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/core/RewardsCoordinator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ contract RewardsCoordinator is
}

/// @inheritdoc IRewardsCoordinator
function operatorCommissionBips(address operator, address avs) external view returns (uint16) {
function operatorCommissionBips(address /* operator */, address /* avs */) external view returns (uint16) {
return globalOperatorCommissionBips;
}

Expand Down

0 comments on commit 4654c52

Please sign in to comment.