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.
@@ -1534,7 +1534,7 @@ contract FilecoinWarmStorageService is
1534
1534
1535
1535
// now handle the last period separately
1536
1536
if (_isPeriodProven(dataSetId, endingPeriod, currentPeriod)) {
1537
-
// 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`)
1537
+
// 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