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 47a24de commit b4255d2Copy full SHA for b4255d2
cmd/lotus-sim/simulation/stages/windowpost_stage.go
@@ -86,7 +86,7 @@ func (stage *WindowPoStStage) PackMessages(ctx context.Context, bb *blockbuilder
86
return nil
87
}
88
89
-// stepWindowPoStsMiner enqueues all missing window posts for the current epoch for the given miner.
+// queueMiner enqueues all missing window posts for the current epoch for the given miner.
90
func (stage *WindowPoStStage) queueMiner(
91
ctx context.Context, bb *blockbuilder.BlockBuilder,
92
addr address.Address, minerState miner.State,
0 commit comments