mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-21 08:51:31 +00:00
remove weird white space
This commit is contained in:
parent
0ebb87ef6f
commit
5264d4e2f8
@ -52,7 +52,7 @@ object SnodeAPI {
|
|||||||
if (useTestnet) {
|
if (useTestnet) {
|
||||||
setOf( "http://public.loki.foundation:38157" )
|
setOf( "http://public.loki.foundation:38157" )
|
||||||
} else {
|
} else {
|
||||||
setOf( "https://storage.seed1.loki.network:$seedNodePort ", "https://storage.seed3.loki.network:$seedNodePort ", "https://public.loki.foundation:$seedNodePort" )
|
setOf( "https://storage.seed1.loki.network:$seedNodePort", "https://storage.seed3.loki.network:$seedNodePort", "https://public.loki.foundation:$seedNodePort" )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private val snodeFailureThreshold = 3
|
private val snodeFailureThreshold = 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user