We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d184f62 commit 9045c15Copy full SHA for 9045c15
cmd/lotus-sim/simulation/stages/windowpost_stage.go
@@ -41,7 +41,7 @@ func (*WindowPoStStage) Name() string {
41
return "window-post"
42
}
43
44
-// PackMessages packs window posts until either the block is full or all healty sectors
+// PackMessages packs window posts until either the block is full or all healthy sectors
45
// have been proven. It does not recover sectors.
46
func (stage *WindowPoStStage) PackMessages(ctx context.Context, bb *blockbuilder.BlockBuilder) (_err error) {
47
// Push any new window posts into the queue.
0 commit comments