mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-04 18:01:57 +01:00
multi: fix linter errors
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user