Updated comments

This commit is contained in:
emilio 2020-10-30 11:38:49 +01:00
parent 7ae9a2df8f
commit a49f2744ee

View File

@ -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(