Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/lotus-sim/simulation/stages/windowpost_stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (*WindowPoStStage) Name() string {
return "window-post"
}

// 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
// have been proven. It does not recover sectors.
func (stage *WindowPoStStage) PackMessages(ctx context.Context, bb *blockbuilder.BlockBuilder) (_err error) {
// Push any new window posts into the queue.
Expand Down
Loading