mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
doc: added doc to drop reserve
This commit is contained in:
parent
648604930e
commit
a0f6199ea3
|
@ -404,4 +404,10 @@ interface ILendingPoolConfigurator {
|
|||
* @param flashBorrower The address of the unauthorized borrower
|
||||
**/
|
||||
function unauthorizeFlashBorrower(address flashBorrower) external;
|
||||
|
||||
/**
|
||||
* @dev Drops a reserve entirely
|
||||
* @param asset the address of the reserve to drop
|
||||
**/
|
||||
function dropReserve(address asset) external;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user