mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Fixed comment on ILendingPool
This commit is contained in:
parent
1954f609c2
commit
de7ec39f24
|
@ -99,15 +99,13 @@ interface ILendingPool {
|
||||||
/**
|
/**
|
||||||
* @dev emitted when a flashloan is executed
|
* @dev emitted when a flashloan is executed
|
||||||
* @param target the address of the flashLoanReceiver
|
* @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 amount the amount requested
|
||||||
* @param premium the total fee on the amount
|
* @param premium the total fee on the amount
|
||||||
* @param referralCode the referral code of the caller
|
* @param referralCode the referral code of the caller
|
||||||
**/
|
**/
|
||||||
event FlashLoan(
|
event FlashLoan(
|
||||||
address indexed target,
|
address indexed target,
|
||||||
// uint256[] modes,
|
|
||||||
// address indexed onBehalfOf,
|
|
||||||
address asset,
|
address asset,
|
||||||
uint256 amount,
|
uint256 amount,
|
||||||
uint256 premium,
|
uint256 premium,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user