Skip to content

Commit b4255d2

Browse files
authored
chore: fix function name in comment (#13047)
Signed-off-by: dropbigfish <fillfish@foxmail.com>
1 parent 47a24de commit b4255d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lotus-sim/simulation/stages/windowpost_stage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (stage *WindowPoStStage) PackMessages(ctx context.Context, bb *blockbuilder
8686
return nil
8787
}
8888

89-
// stepWindowPoStsMiner enqueues all missing window posts for the current epoch for the given miner.
89+
// queueMiner enqueues all missing window posts for the current epoch for the given miner.
9090
func (stage *WindowPoStStage) queueMiner(
9191
ctx context.Context, bb *blockbuilder.BlockBuilder,
9292
addr address.Address, minerState miner.State,

0 commit comments

Comments
 (0)