mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
post-merge: fixing remaining conflict
This commit is contained in:
parent
c2a137cbeb
commit
e9b3f061aa
|
@ -160,8 +160,8 @@ contract LendingPoolConfigurator is VersionedInitializable, ILendingPoolConfigur
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @inheritdoc ILendingPoolConfigurator
|
/// @inheritdoc ILendingPoolConfigurator
|
||||||
function dropReserve(address asset) external onlyPoolAdmin {
|
function dropReserve(address asset) external override onlyPoolAdmin {
|
||||||
pool.dropReserve(asset);
|
_pool.dropReserve(asset);
|
||||||
emit ReserveDropped(asset);
|
emit ReserveDropped(asset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user