whisper: quell linter

This commit is contained in:
Guillaume Ballet 2018-04-21 19:57:43 +02:00
parent 10e426d6f2
commit 85bd8607a7

View file

@ -612,7 +612,7 @@ func (whisper *Whisper) Send(envelope *Envelope) error {
// Start implements node.Service, starting the background data propagation thread // Start implements node.Service, starting the background data propagation thread
// of the Whisper protocol. // 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) log.Info("started whisper v." + ProtocolVersionStr)
go whisper.update() go whisper.update()