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
// If proving wasn't ever activated for this data set, don't pay anything
@@ -1518,7 +1518,7 @@ contract FilecoinWarmStorageService is
1518
1518
1519
1519
// now handle the last period separately
1520
1520
if (_isPeriodProven(dataSetId, endingPeriod, currentPeriod)) {
1521
-
// 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`)
1521
+
// epochs to add: start from `start of current period` , go upto `toEpoch`. Note that `start of current period` is same as `deadline of previous period` + 1
0 commit comments