Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Dec 3, 2024
1 parent 32a843e commit 352ff26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/v2/service/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func (s *V2Service) GetOverallStats(ctx context.Context) (*OverallStatsPublic, *
return nil, types.NewInternalServiceError(err)
}

// TODO: ideally this should not be fetched from the indexer db
finalityProviders, err := s.DbClients.IndexerDBClient.GetFinalityProviders(ctx)
if err != nil {
log.Ctx(ctx).Error().Err(err).Msg("error while fetching finality providers")
Expand Down

0 comments on commit 352ff26

Please sign in to comment.