From cf0ab20b6ccbfc15a0cad7a7f631e39e2ba0f9da Mon Sep 17 00:00:00 2001 From: Eric Mastro Date: Thu, 25 Aug 2022 12:00:01 +1000 Subject: [PATCH] [chore/marketplace] update coment --- contracts/Storage.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/Storage.sol b/contracts/Storage.sol index 859b5da..7082275 100644 --- a/contracts/Storage.sol +++ b/contracts/Storage.sol @@ -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 {