mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix docustring
This commit is contained in:
parent
7c67e0221c
commit
9d757aaa37
|
@ -119,7 +119,7 @@ library ReserveLogic {
|
|||
/**
|
||||
* @dev returns an address of the debt token used for particular interest rate mode on asset.
|
||||
* @param reserve the reserve object
|
||||
* @param interest rate mode - STABLE or VARIABLE from ReserveLogic.InterestRateMode enum
|
||||
* @param interestRateMode - STABLE or VARIABLE from ReserveLogic.InterestRateMode enum
|
||||
* @return an address of the corresponding debt token from reserve configuration
|
||||
**/
|
||||
function getDebtTokenAddress(ReserveLogic.ReserveData storage reserve, uint256 interestRateMode)
|
||||
|
|
Loading…
Reference in New Issue
Block a user