Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Aug 5, 2024
1 parent cd25afa commit 69a88c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ func (app *App) grpcService(svc grpcserver.Service, lg log.Log) (grpcserver.Serv
app.clock.GenesisTime(),
app.Config.Genesis.GenesisID(),
app.Config.LayerDuration,
app.postSupervisor.Config().LabelsPerUnit)
app.Config.POST.LabelsPerUnit)
app.grpcServices[svc] = service
return service, nil
case v2alpha1.Node:
Expand Down

0 comments on commit 69a88c1

Please sign in to comment.