mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: removed redondant event setExposure Cap
This commit is contained in:
parent
9727c0ab79
commit
9afe7fe17b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user