docs: updated ILendingPoolConfigurator comment

This commit is contained in:
The3D 2021-07-01 20:05:00 +02:00
parent 8bf4b0acf4
commit 68e1597fcf

View File

@ -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;