Merge remote-tracking branch 'origin/master' into feat/sector-recovery
This commit is contained in:
parent
db5f1d2235
commit
0dfbb7d83e
@ -50,7 +50,7 @@ func (m *Sealing) checkPreCommitted(ctx statemachine.Context, sector SectorInfo)
|
||||
pci, found := state.PreCommittedSectors[fmt.Sprint(sector.SectorID)]
|
||||
if found {
|
||||
// TODO: If not expired yet, we can just try reusing sealticket
|
||||
log.Errorf("sector %d found in miner preseal array: %+v", sector.SectorID, err)
|
||||
log.Warnf("sector %d found in miner preseal array", sector.SectorID)
|
||||
return pci, true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user