Skip to content

Commit

Permalink
fix: Update natspec for calculateInterestRates()
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Jan 17, 2022
1 parent ecebe10 commit b22150b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contracts/interfaces/IReserveInterestRateStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ interface IReserveInterestRateStrategy {

/**
* @notice Calculates the interest rates depending on the reserve's state and configurations
* @param params The additional parameters needed to calculate interest rates
* @param params The parameters needed to calculate interest rates
* @return liquidityRate The liquidity rate expressed in rays
* @return stableBorrowRate The stable borrow rate expressed in rays
* @return variableBorrowRate The variable borrow rate expressed in rays
**/
function calculateInterestRates(DataTypes.CalculateInterestRatesParams memory params)
external
Expand Down

0 comments on commit b22150b

Please sign in to comment.