mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: added override to drop reserve function
This commit is contained in:
parent
5bbbc78d0b
commit
d708ff4971
|
@ -160,7 +160,7 @@ contract LendingPoolConfigurator is VersionedInitializable, ILendingPoolConfigur
|
|||
}
|
||||
|
||||
/// @inheritdoc ILendingPoolConfigurator
|
||||
function dropReserve(address asset) external onlyPoolAdmin {
|
||||
function dropReserve(address asset) external override onlyPoolAdmin {
|
||||
_pool.dropReserve(asset);
|
||||
emit ReserveDropped(asset);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user