Skip to content

Commit cd2880f

Browse files
authored
Merge pull request #248 from BenTheElder/fix/update-relays-verified-addrs
fix: pass verified addresses to UpdateRelays on HTTP fallback reconnect
2 parents fdb2775 + 74e634d commit cd2880f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/node/connection_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func checkHubConnection(ctx context.Context, mgr hubConnectionManager) (stable b
9191
}
9292
}
9393
if len(connectedAddrsFallback) > 0 {
94-
mgr.UpdateRelays(newHubAddrs)
94+
mgr.UpdateRelays(connectedAddrsFallback)
9595
return false, true
9696
}
9797

0 commit comments

Comments
 (0)