diff --git a/services/shhext/service.go b/services/shhext/service.go index 387528f80b..cf6c11e6c0 100644 --- a/services/shhext/service.go +++ b/services/shhext/service.go @@ -364,6 +364,7 @@ func (s *Service) onNewTopicHandler(sharedSecrets [][]byte) { } log.Info("FILTER IDS", "filter", filters) if len(filters) != 0 { + log.Info("SENDING FILTERS") handler := EnvelopeSignalHandler{} handler.WhisperFilterAdded(filters) }