mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed space in comments
This commit is contained in:
parent
ee11faa573
commit
f9290705a0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user