mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 13:26:23 +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