- Fixed comment on ILendingPool

This commit is contained in:
eboado 2020-10-30 11:42:27 +01:00
parent 1954f609c2
commit de7ec39f24

View File

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