Skip to content

Commit

Permalink
fixes incomplete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexadhy committed Oct 19, 2021
1 parent 920b9a1 commit eef2c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/servicedisc/autoconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func MakeConnector(conf Config, maxConns int, tm *transport.Manager, log *loggin

// Run implements Autoconnector interface
func (a *autoconnector) Run(ctx context.Context) (err error) {
// failed addresses will be populated everytime any
// failed addresses will be populated everytime any failed attempt at establishing transport occurs.
failedAddresses := map[cipher.PubKey]int{}

for {
Expand Down

0 comments on commit eef2c94

Please sign in to comment.