remove weird white space

This commit is contained in:
ryanzhao 2021-08-11 15:12:10 +10:00
parent 0ebb87ef6f
commit 5264d4e2f8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ object SnodeAPI {
if (useTestnet) {
setOf( "http://public.loki.foundation:38157" )
} 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