Updated the port being used for the seed nodes

This commit is contained in:
Morgan Pretty 2023-04-13 11:12:14 +10:00
parent a21839536c
commit 699a8200ae
1 changed files with 3 additions and 3 deletions

View File

@ -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