From 85bd8607a771d6b62e67bc754a34cb394992acdf Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Sat, 21 Apr 2018 19:57:43 +0200 Subject: [PATCH] whisper: quell linter --- whisper/whisperv6/whisper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()