You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// now loop through the proving periods between endingPeriod and startingPeriod.
@@ -1517,7 +1517,7 @@ contract FilecoinWarmStorageService is
1517
1517
1518
1518
// now handle the last period separately
1519
1519
if (_isPeriodProven(dataSetId, endingPeriod, currentPeriod)) {
1520
-
// then the epochs to add = `endingPeriodStarting` to `toEpoch`. But since `endingPeriodStarting` is simply the ending of its previous period + 1, so epochs: (`deadline + 1` -> `to`)
1520
+
// then the epochs to add = `endingPeriodStarting` to `toEpoch`. But since `endingPeriodStarting` is simply the ending of its previous period + 1, so epochs: (`deadline + 1` -> `to`)
0 commit comments