mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-26 02:38:58 +08:00
fix: commit batch: Always go through commit batcher (#11704)
* fix: commit batch: Always go through commit batcher * fix sealing fsm tests
This commit is contained in:
@ -94,7 +94,7 @@ const (
|
||||
CommitFinalizeFailed SectorState = "CommitFinalizeFailed"
|
||||
|
||||
// single commit
|
||||
SubmitCommit SectorState = "SubmitCommit" // send commit message to the chain
|
||||
SubmitCommit SectorState = "SubmitCommit" // send commit message to the chain (deprecated)
|
||||
CommitWait SectorState = "CommitWait" // wait for the commit message to land on chain
|
||||
|
||||
SubmitCommitAggregate SectorState = "SubmitCommitAggregate"
|
||||
|
Reference in New Issue
Block a user