Removed space in comments

This commit is contained in:
The3D 2020-11-25 13:45:52 +01:00
parent ee11faa573
commit f9290705a0

View File

@ -284,7 +284,7 @@ contract LendingPoolCollateralManager is
vars.debtAssetDecimals = debtReserve.configuration.getDecimals();
// This is the maximum possible amount of the selected collateral that can be liquidated, given the
// max amount of liquidatable debt
// max amount of liquidatable debt
vars.maxAmountCollateralToLiquidate = vars
.debtAssetPrice
.mul(debtToCover)