From 44faafa754e973da8068315bf57d01f17c77de2c Mon Sep 17 00:00:00 2001 From: TobaSenju Date: Fri, 18 Nov 2022 12:20:51 +0100 Subject: [PATCH] fix: Fix function docs --- contracts/rewards/RewardsDistributor.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/rewards/RewardsDistributor.sol b/contracts/rewards/RewardsDistributor.sol index ccb60db8..60fcf314 100644 --- a/contracts/rewards/RewardsDistributor.sol +++ b/contracts/rewards/RewardsDistributor.sol @@ -482,6 +482,7 @@ abstract contract RewardsDistributor is IRewardsDistributor { /** * @dev Calculates the next value of an specific distribution index, with validations + * @param rewardData Storage pointer to the distribution reward config * @param totalSupply of the asset being rewarded * @param assetUnit One unit of asset (10**decimals) * @return The new index.