From 910fa2dce6eba2a60aee033f9a0d5aaff63bd531 Mon Sep 17 00:00:00 2001 From: eboado Date: Fri, 30 Oct 2020 11:52:00 +0100 Subject: [PATCH] - Added indexed to flash loan events. --- contracts/interfaces/ILendingPool.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/interfaces/ILendingPool.sol b/contracts/interfaces/ILendingPool.sol index 55362ec1..564392db 100644 --- a/contracts/interfaces/ILendingPool.sol +++ b/contracts/interfaces/ILendingPool.sol @@ -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