[chore/marketplace] update coment
This commit is contained in:
parent
2b8c8fc42a
commit
cf0ab20b6c
|
@ -92,8 +92,8 @@ contract Storage is Collateral, Marketplace {
|
||||||
if (balanceOf(host) - slashAmount < minCollateralThreshold) {
|
if (balanceOf(host) - slashAmount < minCollateralThreshold) {
|
||||||
// If host has been slashed enough such that the next slashing would
|
// If host has been slashed enough such that the next slashing would
|
||||||
// cause the collateral to drop below the minimum threshold, the slot
|
// cause the collateral to drop below the minimum threshold, the slot
|
||||||
// needs to be freed as the remaining collateral must be used for
|
// needs to be freed so that there is enough remaining collateral to be
|
||||||
// repairs and rewards (with any leftover to be burnt).
|
// distributed for repairs and rewards (with any leftover to be burnt).
|
||||||
_freeSlot(slotId);
|
_freeSlot(slotId);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue