Merge branch 'releases' into jen/backport

This commit is contained in:
Jennifer Wang
2022-07-11 14:27:26 -04:00
4 changed files with 13 additions and 4 deletions
+1
View File
@@ -270,6 +270,7 @@ func WindowPostScheduler(fc config.MinerFeeConfig, pc config.ProvingConfig) func
ctx := helpers.LifecycleCtx(mctx, lc)
fps, err := wdpost.NewWindowedPoStScheduler(api, fc, pc, as, sealer, verif, sealer, j, maddr)
if err != nil {
return nil, err
}