Updated the port being used for the seed nodes

pull/824/head
Morgan Pretty 1 year ago
parent a21839536c
commit 699a8200ae

@ -50,9 +50,9 @@ public final class SnodeAPI {
private static let seedNodePool: Set<String> = (Features.useTestnet ?
[ "http://public.loki.foundation:38157" ] :
[
"https://seed1.getsession.org:4433",
"https://seed2.getsession.org:4433",
"https://seed3.getsession.org:4433"
"https://seed1.getsession.org:4432",
"https://seed2.getsession.org:4432",
"https://seed3.getsession.org:4432"
]
)
private static let snodeFailureThreshold = 3

Loading…
Cancel
Save