multi: fix go vet warnings throughout code base

This commit is contained in:
Olaoluwa Osuntokun
2017-02-09 15:28:32 -08:00
parent 55e693aa09
commit 384fe61e73
12 changed files with 52 additions and 81 deletions

View File

@@ -385,8 +385,6 @@ func (s *server) sendToPeer(target *btcec.PublicKey, msgs ...lnwire.Message) err
case <-s.quit:
return errors.New("server shutting down")
}
return nil
}
// peerConnected is a function that handles initialization a newly connected