Add case: Removed in fsm.go

This commit is contained in:
chunqizhi 2020-07-14 16:41:19 +08:00
parent bc5e298e2b
commit 3e226b5aaa

2
fsm.go
View File

@ -254,6 +254,8 @@ func (m *Sealing) plan(events []statemachine.Event, state *SectorInfo) (func(sta
return m.handleProvingSector, nil
case Removing:
return m.handleRemoving, nil
case Removed:
return nil, nil
// Faults
case Faulty: