mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
whisper: quell linter
This commit is contained in:
parent
10e426d6f2
commit
85bd8607a7
1 changed files with 1 additions and 1 deletions
|
|
@ -612,7 +612,7 @@ func (whisper *Whisper) Send(envelope *Envelope) error {
|
|||
|
||||
// Start implements node.Service, starting the background data propagation thread
|
||||
// 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)
|
||||
go whisper.update()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue