diff --git a/whisper/whisperv6/whisper.go b/whisper/whisperv6/whisper.go index f2bded100b..7c6b44598e 100644 --- a/whisper/whisperv6/whisper.go +++ b/whisper/whisperv6/whisper.go @@ -612,7 +612,7 @@ func (whisper *Whisper) Send(envelope *Envelope) error { // Start implements node.Service, starting the background data propagation thread // of the Whisper protocol. -func (whisper *Whisper) Start(/* WhisperServer*/ *p2p.Server) error { +func (whisper *Whisper) Start( /* WhisperServer*/ *p2p.Server) error { log.Info("started whisper v." + ProtocolVersionStr) go whisper.update()