diff --git a/whisper/whisperv5/whisper.go b/whisper/whisperv5/whisper.go index 62bd1ce179..7175d1c611 100644 --- a/whisper/whisperv5/whisper.go +++ b/whisper/whisperv5/whisper.go @@ -442,7 +442,7 @@ func (w *Whisper) Send(envelope *Envelope) error { if !ok { return fmt.Errorf("failed to add envelope") } - return err + return nil } // Start implements node.Service, starting the background data propagation thread