- Added indexed to flash loan events.

This commit is contained in:
eboado 2020-10-30 11:52:00 +01:00
parent 092aacc85a
commit 910fa2dce6

View File

@ -107,8 +107,8 @@ interface ILendingPool {
**/
event FlashLoan(
address indexed target,
address initiator,
address asset,
address indexed initiator,
address indexed asset,
uint256 amount,
uint256 premium,
uint16 referralCode