- 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( 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