From de7ec39f24b8a4e44a7c82226a5bbd0df459eb98 Mon Sep 17 00:00:00 2001 From: eboado Date: Fri, 30 Oct 2020 11:42:27 +0100 Subject: [PATCH] - Fixed comment on ILendingPool --- contracts/interfaces/ILendingPool.sol | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contracts/interfaces/ILendingPool.sol b/contracts/interfaces/ILendingPool.sol index a9a176f7..9dbb7c89 100644 --- a/contracts/interfaces/ILendingPool.sol +++ b/contracts/interfaces/ILendingPool.sol @@ -99,15 +99,13 @@ interface ILendingPool { /** * @dev emitted when a flashloan is executed * @param target the address of the flashLoanReceiver - * @param asset the address of the assets being flashborrowed + * @param asset the address of the asset being flashborrowed * @param amount the amount requested * @param premium the total fee on the amount * @param referralCode the referral code of the caller **/ event FlashLoan( address indexed target, - // uint256[] modes, - // address indexed onBehalfOf, address asset, uint256 amount, uint256 premium,