There was an error while loading. Please reload this page.
2 parents fdb2775 + 74e634d commit cd2880fCopy full SHA for cd2880f
1 file changed
internal/node/connection_monitor.go
@@ -91,7 +91,7 @@ func checkHubConnection(ctx context.Context, mgr hubConnectionManager) (stable b
91
}
92
93
if len(connectedAddrsFallback) > 0 {
94
- mgr.UpdateRelays(newHubAddrs)
+ mgr.UpdateRelays(connectedAddrsFallback)
95
return false, true
96
97
0 commit comments