mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
whisperv6: I think this part return nil will be better clean.
This commit is contained in:
parent
420c3ee70f
commit
468fe47104
1 changed files with 0 additions and 1 deletions
|
|
@ -442,7 +442,6 @@ 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")
|
||||||
}
|
}
|
||||||
// I think this part return nil will be better clean.
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue