mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 11:02:06 +00:00
cr feedback
This commit is contained in:
@@ -168,8 +168,9 @@ func makeNode(config *cfg.Config,
|
||||
}
|
||||
|
||||
go func() {
|
||||
if !errors.Is(ins.indexerService.Start(), pubsub.ErrUnsubscribed) {
|
||||
return err
|
||||
err := indexerService.Start()
|
||||
if !errors.Is(err, pubsub.ErrUnsubscribed) {
|
||||
logger.Error("error starting indexer service", "error", err)
|
||||
}
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user