mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Updated comments
This commit is contained in:
parent
7ae9a2df8f
commit
a49f2744ee
|
@ -251,8 +251,8 @@ library ValidationLogic {
|
||||||
* @dev validates a swap of borrow rate mode.
|
* @dev validates a swap of borrow rate mode.
|
||||||
* @param reserve the reserve state on which the user is swapping the rate
|
* @param reserve the reserve state on which the user is swapping the rate
|
||||||
* @param userConfig the user reserves configuration
|
* @param userConfig the user reserves configuration
|
||||||
* @param stableBorrowBalance the stable borrow balance of the user
|
* @param stableDebt the stable debt of the user
|
||||||
* @param variableBorrowBalance the stable borrow balance of the user
|
* @param variableDebt the variable debt of the user
|
||||||
* @param currentRateMode the rate mode of the borrow
|
* @param currentRateMode the rate mode of the borrow
|
||||||
*/
|
*/
|
||||||
function validateSwapRateMode(
|
function validateSwapRateMode(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user