Skip to content

Commit

Permalink
natspec: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrai committed Mar 12, 2024
1 parent 7666684 commit 5643adf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ contract Rewards is
}

/**
* @notice Returns the clientIds that is needed to be passed as a parameter to updateRewardsForProposalWritingAndVoting
* @notice Returns the clientIds that are needed to be passed as a parameter to updateRewardsForProposalWritingAndVoting
* @dev This is not meant to be called onchain because it may be very gas intensive.
*/
function getVotingClientIds(uint32 lastProposalId) public view returns (uint32[] memory) {
Expand Down

0 comments on commit 5643adf

Please sign in to comment.