extra comment

This commit is contained in:
andyk 2020-09-14 16:16:54 +03:00
parent 35bff4bea2
commit 7c67e0221c

View File

@ -190,6 +190,7 @@ contract LendingPool is VersionedInitializable, ILendingPool {
* @param amount the amount to be borrowed * @param amount the amount to be borrowed
* @param interestRateMode the interest rate mode at which the user wants to borrow. Can be 0 (STABLE) or 1 (VARIABLE) * @param interestRateMode the interest rate mode at which the user wants to borrow. Can be 0 (STABLE) or 1 (VARIABLE)
* @param referralCode a referral code for integrators * @param referralCode a referral code for integrators
* @param onBehalfOf address of the user who will receive the debt
**/ **/
function borrow( function borrow(
address asset, address asset,