multi: fix linter errors

This commit is contained in:
Olaoluwa Osuntokun
2017-09-03 17:04:53 -07:00
parent 53500127e3
commit fe0a7b6a09
3 changed files with 3 additions and 3 deletions

View File

@@ -596,7 +596,7 @@ func (s *server) peerBootstrapper(numTargetPeers uint32,
// Finally, we'll launch a new goroutine for each
// prospective peer candidates.
for _, addr := range peerAddrs {
epochAttempts += 1
epochAttempts++
go func(a *lnwire.NetAddress) {
// TODO(roasbeef): can do AS, subnet,