From 355a08cd04dc695be4541a156f15c7f1c279b59a Mon Sep 17 00:00:00 2001 From: Aayush Date: Wed, 23 Nov 2022 14:38:57 -0500 Subject: [PATCH] fix: sealer: Tweak confidence for handleUpdateActivating --- storage/pipeline/states_replica_update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/pipeline/states_replica_update.go b/storage/pipeline/states_replica_update.go index 6a4708379..6bb2fdb94 100644 --- a/storage/pipeline/states_replica_update.go +++ b/storage/pipeline/states_replica_update.go @@ -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{})