This commit is contained in:
Travis Person 2020-05-17 01:36:22 +00:00 committed by Łukasz Magiera
parent ae60001dcc
commit a293bd798f

View File

@ -104,7 +104,7 @@ func (s *WindowPoStScheduler) checkRecoveries(ctx context.Context, deadline uint
return err
}
var sectors map[abi.SectorID]struct{}
sectors := make(map[abi.SectorID]struct{})
var tocheck []abi.SectorID
err = unrecovered.ForEach(func(snum uint64) error {
s := abi.SectorID{