minor change

This commit is contained in:
Mubaris NK 2021-04-16 22:28:12 +05:30
parent 34f4f10288
commit 9ccf4acb3a
No known key found for this signature in database
GPG Key ID: 9AC09AD0F8D68561

View File

@ -88,7 +88,7 @@ contract Variables {
/** /**
* @dev This will be used to have debt/collateral ratio always 20% less than liquidation * @dev This will be used to have debt/collateral ratio always 20% less than liquidation
*/ */
uint public safeRatioGap = 800000000000000000; // 20% uint public safeRatioGap = 800000000000000000; // 80%
/** /**
* @dev fee on collateral * @dev fee on collateral