fix: sealer: Tweak confidence for handleUpdateActivating

This commit is contained in:
Aayush 2022-11-23 14:38:57 -05:00
parent 4ae2d400d1
commit 355a08cd04

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{})