mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 13:51:21 +00:00
simplify indexer service main loop
This commit is contained in:
@ -343,6 +343,7 @@ func NewNode(config *cfg.Config,
|
||||
}
|
||||
|
||||
indexerService := txindex.NewIndexerService(txIndexer, eventBus)
|
||||
indexerService.SetLogger(logger.With("module", "txindex"))
|
||||
|
||||
// run the profile server
|
||||
profileHost := config.ProfListenAddress
|
||||
|
Reference in New Issue
Block a user