From 7c67e0221c7c32ff213503b4b90ab72334685bb5 Mon Sep 17 00:00:00 2001 From: andyk Date: Mon, 14 Sep 2020 16:16:54 +0300 Subject: [PATCH] extra comment --- contracts/lendingpool/LendingPool.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/lendingpool/LendingPool.sol b/contracts/lendingpool/LendingPool.sol index f0e3214e..f3fc796b 100644 --- a/contracts/lendingpool/LendingPool.sol +++ b/contracts/lendingpool/LendingPool.sol @@ -190,6 +190,7 @@ contract LendingPool is VersionedInitializable, ILendingPool { * @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 referralCode a referral code for integrators + * @param onBehalfOf address of the user who will receive the debt **/ function borrow( address asset,