Merge pull request #9713 from filecoin-project/asr/handle-activating
fix: sealer: Tweak confidence for handleUpdateActivating
This commit is contained in:
commit
8e79238284
@ -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{})
|
||||
|
Loading…
Reference in New Issue
Block a user