Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-develope committed Oct 10, 2024
1 parent bef865a commit fd4e74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/v2/cometbft/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (s *CometBFTServer[T]) Init(appI serverv2.AppI[T], cfg map[string]any, logg
Logger: s.logger.With(log.ModuleKey, "indexer"),
})
if err != nil {
return err
return fmt.Errorf("failed to start indexing: %w", err)
}
consensus.listener = &listener.Listener
}
Expand Down

0 comments on commit fd4e74b

Please sign in to comment.