Go is hard
This commit is contained in:
parent
c902218baf
commit
7f650ad7dc
@ -221,7 +221,7 @@ func (m *Sealing) handleWaitMutable(ctx statemachine.Context, sector SectorInfo)
|
||||
|
||||
sectorDeadlineOpen := sl.Deadline == dlinfo.Index
|
||||
sectorDeadlineNext := (dlinfo.Index+1)%dlinfo.WPoStPeriodDeadlines == sl.Deadline
|
||||
immutable := sectorDeadlineOpen || sectorDeadlineNext
|
||||
immutable = sectorDeadlineOpen || sectorDeadlineNext
|
||||
|
||||
// Sleep for immutable epochs
|
||||
if immutable {
|
||||
|
Loading…
Reference in New Issue
Block a user