remove weird white space

pull/703/head
ryanzhao 4 years ago
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…
Cancel
Save