[chore/marketplace] update coment

This commit is contained in:
Eric Mastro 2022-08-25 12:00:01 +10:00 committed by Eric Mastro
parent 2b8c8fc42a
commit cf0ab20b6c
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ contract Storage is Collateral, Marketplace {
if (balanceOf(host) - slashAmount < minCollateralThreshold) {
// If host has been slashed enough such that the next slashing would
// cause the collateral to drop below the minimum threshold, the slot
// needs to be freed as the remaining collateral must be used for
// repairs and rewards (with any leftover to be burnt).
// needs to be freed so that there is enough remaining collateral to be
// distributed for repairs and rewards (with any leftover to be burnt).
_freeSlot(slotId);
}
else {