Add case: Removed in fsm.go
This commit is contained in:
parent
bc5e298e2b
commit
3e226b5aaa
2
fsm.go
2
fsm.go
@ -254,6 +254,8 @@ func (m *Sealing) plan(events []statemachine.Event, state *SectorInfo) (func(sta
|
|||||||
return m.handleProvingSector, nil
|
return m.handleProvingSector, nil
|
||||||
case Removing:
|
case Removing:
|
||||||
return m.handleRemoving, nil
|
return m.handleRemoving, nil
|
||||||
|
case Removed:
|
||||||
|
return nil, nil
|
||||||
|
|
||||||
// Faults
|
// Faults
|
||||||
case Faulty:
|
case Faulty:
|
||||||
|
Loading…
Reference in New Issue
Block a user