Merge remote-tracking branch 'origin/master' into next
This commit is contained in:
commit
f83d828b24
2
fsm.go
2
fsm.go
@ -295,7 +295,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