Merge pull request #47 from TroyWind/fix-precommit-failed-state
fix precommit1 failed state
This commit is contained in:
commit
a06ded53e9
2
fsm.go
2
fsm.go
@ -281,7 +281,7 @@ func planCommitting(events []statemachine.Event, state *SectorInfo) error {
|
||||
case SectorComputeProofFailed:
|
||||
state.State = ComputeProofFailed
|
||||
case SectorSealPreCommit1Failed:
|
||||
state.State = CommitFailed
|
||||
state.State = SealPreCommit1Failed
|
||||
case SectorCommitFailed:
|
||||
state.State = CommitFailed
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user