fix: removed double emission of events for borrowCap and exposureCap

This commit is contained in:
Hadrien Charlanes 2021-06-15 14:16:41 +02:00
parent 9afe7fe17b
commit 74b57d14ae

View File

@ -278,7 +278,6 @@ contract LendingPoolConfigurator is VersionedInitializable, ILendingPoolConfigur
_pool.setConfiguration(asset, currentConfig.data);
emit BorrowCapChanged(asset, borrowCap);
emit BorrowingEnabledOnReserve(asset, stableBorrowRateEnabled);
}