From bd911de167a2db5faed34a0a6aa1eb6d96169de9 Mon Sep 17 00:00:00 2001 From: emilio Date: Tue, 27 Oct 2020 15:09:11 +0100 Subject: [PATCH] Fixed ReserveDataUpdated event --- contracts/interfaces/ILendingPool.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/interfaces/ILendingPool.sol b/contracts/interfaces/ILendingPool.sol index 17e75fa6..f44a458a 100644 --- a/contracts/interfaces/ILendingPool.sol +++ b/contracts/interfaces/ILendingPool.sol @@ -162,7 +162,6 @@ interface ILendingPool { address indexed reserve, uint256 liquidityRate, uint256 stableBorrowRate, - uint256 averageStableBorrowRate, uint256 variableBorrowRate, uint256 liquidityIndex, uint256 variableBorrowIndex