Merge pull request #2054 from filecoin-project/fix/wdpost-panic
wdpost: Don't return nil from checkSectors
This commit is contained in:
commit
512bbb99ca
@ -99,10 +99,6 @@ func (s *WindowPoStScheduler) checkSectors(ctx context.Context, check *abi.BitFi
|
|||||||
|
|
||||||
log.Warnw("Checked sectors", "checked", len(tocheck), "good", len(sectors))
|
log.Warnw("Checked sectors", "checked", len(tocheck), "good", len(sectors))
|
||||||
|
|
||||||
if len(sectors) == 0 { // nothing to recover
|
|
||||||
return nil, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
sbf := bitfield.New()
|
sbf := bitfield.New()
|
||||||
for s := range sectors {
|
for s := range sectors {
|
||||||
(&sbf).Set(uint64(s.Number))
|
(&sbf).Set(uint64(s.Number))
|
||||||
|
Loading…
Reference in New Issue
Block a user