fix build

This commit is contained in:
greenart7c3
2023-05-05 06:34:14 -03:00
parent b07fd253c7
commit 9c30547bd7
2 changed files with 1 additions and 2 deletions
@@ -20,9 +20,9 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.launch import kotlinx.coroutines.launch
import nostr.postr.Persona import nostr.postr.Persona
import java.net.Proxy
import nostr.postr.Utils import nostr.postr.Utils
import java.math.BigDecimal import java.math.BigDecimal
import java.net.Proxy
import java.util.Locale import java.util.Locale
val DefaultChannels = setOf( val DefaultChannels = setOf(
@@ -109,7 +109,6 @@ object Client : RelayPool.Listener {
if (onDone != null) { if (onDone != null) {
onDone() onDone()
} }
} }
} }