Merge pull request #9713 from filecoin-project/asr/handle-activating

fix: sealer: Tweak confidence for handleUpdateActivating
This commit is contained in:
Łukasz Magiera 2022-11-28 19:10:22 +01:00 committed by GitHub
commit 8e79238284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -335,7 +335,7 @@ func (m *Sealing) handleUpdateActivating(ctx statemachine.Context, sector Sector
lb := policy.GetWinningPoStSectorSetLookback(nv)
targetHeight := mw.Height + lb + InteractivePoRepConfidence
targetHeight := mw.Height + lb
return m.events.ChainAt(context.Background(), func(context.Context, *types.TipSet, abi.ChainEpoch) error {
return ctx.Send(SectorUpdateActive{})