diff --git a/utils/eventHandler.go b/utils/eventHandler.go index a7007e2..041c252 100644 --- a/utils/eventHandler.go +++ b/utils/eventHandler.go @@ -573,7 +573,7 @@ func (eh *EventHandler) startHandlingPeer(onion string) { eventBus.Subscribe(event.ProtocolEngineCreated, q) eventBus.Subscribe(event.SearchResult, q) eventBus.Subscribe(event.SearchCancelled, q) - eventBus.Subscribe(event.UpdateServerInfo, q) + eventBus.Subscribe(servers.UpdateServerInfo, q) go eh.forwardProfileMessages(onion, q) }