Add missing CommitWait to things
This commit is contained in:
parent
8c685730d2
commit
3ad1bb4ccb
@ -39,6 +39,7 @@ var SectorStates = []string{
|
||||
PreCommitting: "PreCommitting",
|
||||
PreCommitted: "PreCommitted",
|
||||
Committing: "Committing",
|
||||
CommitWait: "CommitWait",
|
||||
Proving: "Proving",
|
||||
|
||||
SealFailed: "SealFailed",
|
||||
|
@ -15,6 +15,7 @@ let sealCodes = [
|
||||
"PreCommitting",
|
||||
"PreCommitted",
|
||||
"Committing",
|
||||
"CommitWait",
|
||||
"Proving",
|
||||
|
||||
"SealFailed",
|
||||
|
Loading…
Reference in New Issue
Block a user