mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Merge 468fe47104 into ea89f40f0d
This commit is contained in:
commit
91decabbbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue