Merge pull request #818 from filecoin-project/fix/missing-sector-state

Add missing CommitWait to things
This commit is contained in:
Łukasz Magiera 2019-12-09 21:33:58 +01:00 committed by GitHub
commit 1f7cd52aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ let sealCodes = [
"PreCommitting",
"PreCommitted",
"Committing",
"CommitWait",
"Proving",
"SealFailed",