This commit is contained in:
DavidYang 2018-06-13 17:06:16 +00:00 committed by GitHub
commit 91decabbbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -442,7 +442,7 @@ func (w *Whisper) Send(envelope *Envelope) error {
if !ok { if !ok {
return fmt.Errorf("failed to add envelope") return fmt.Errorf("failed to add envelope")
} }
return err return nil
} }
// Start implements node.Service, starting the background data propagation thread // Start implements node.Service, starting the background data propagation thread