mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
docs: updated ILendingPoolConfigurator comment
This commit is contained in:
parent
8bf4b0acf4
commit
68e1597fcf
|
@ -350,7 +350,7 @@ interface ILendingPoolConfigurator {
|
|||
function unfreezeReserve(address asset) external;
|
||||
|
||||
/**
|
||||
* @dev Pauses a reserve. A paused reserve allow now user moves such as deposit, borrow, repay, swap interestrate, liquidate
|
||||
* @dev Pauses a reserve. A paused reserve does not allow any interaction (deposit, borrow, repay, swap interestrate, liquidate, atoken transfers)
|
||||
* @param asset The address of the underlying asset of the reserve
|
||||
**/
|
||||
function pauseReserve(address asset) external;
|
||||
|
|
Loading…
Reference in New Issue
Block a user