mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Added indexed to flash loan events.
This commit is contained in:
parent
092aacc85a
commit
910fa2dce6
|
@ -107,8 +107,8 @@ interface ILendingPool {
|
||||||
**/
|
**/
|
||||||
event FlashLoan(
|
event FlashLoan(
|
||||||
address indexed target,
|
address indexed target,
|
||||||
address initiator,
|
address indexed initiator,
|
||||||
address asset,
|
address indexed asset,
|
||||||
uint256 amount,
|
uint256 amount,
|
||||||
uint256 premium,
|
uint256 premium,
|
||||||
uint16 referralCode
|
uint16 referralCode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user