mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-12 02:56:21 +00:00
cr feedback
This commit is contained in:
@@ -20,8 +20,6 @@ type Service struct {
|
||||
|
||||
eventSinks []EventSink
|
||||
eventBus *types.EventBus
|
||||
|
||||
doneChan chan struct{}
|
||||
}
|
||||
|
||||
// NewIndexerService returns a new service instance.
|
||||
@@ -29,7 +27,6 @@ func NewIndexerService(es []EventSink, eventBus *types.EventBus) *Service {
|
||||
|
||||
is := &Service{eventSinks: es, eventBus: eventBus}
|
||||
is.BaseService = *service.NewBaseService(nil, "IndexerService", is)
|
||||
is.doneChan = make(chan struct{})
|
||||
return is
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user