From 9afe7fe17bcf53badd3a937431919f1529e895de Mon Sep 17 00:00:00 2001 From: Hadrien Charlanes Date: Tue, 15 Jun 2021 14:15:28 +0200 Subject: [PATCH] fix: removed redondant event setExposure Cap --- contracts/protocol/lendingpool/LendingPoolConfigurator.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/protocol/lendingpool/LendingPoolConfigurator.sol b/contracts/protocol/lendingpool/LendingPoolConfigurator.sol index d6f02592..401ea9bc 100644 --- a/contracts/protocol/lendingpool/LendingPoolConfigurator.sol +++ b/contracts/protocol/lendingpool/LendingPoolConfigurator.sol @@ -337,7 +337,6 @@ contract LendingPoolConfigurator is VersionedInitializable, ILendingPoolConfigur _pool.setConfiguration(asset, currentConfig.data); emit CollateralConfigurationChanged(asset, ltv, liquidationThreshold, liquidationBonus); - emit ExposureCapChanged(asset, exposureCap); } /// @inheritdoc ILendingPoolConfigurator