Moves electrum client to the jvmAndroid scope

This commit is contained in:
Vitor Pamplona
2026-03-04 10:00:33 -05:00
parent 193561c336
commit 470b1680d0
10 changed files with 146 additions and 101 deletions
@@ -20,6 +20,8 @@
*/
package com.vitorpamplona.quartz.nip05.namecoin
import com.vitorpamplona.quartz.nip05DnsIdentifiers.namecoin.NamecoinNameResolver
import com.vitorpamplona.quartz.nip05DnsIdentifiers.namecoin.NamecoinNostrResult
import org.junit.Assert.assertEquals
import org.junit.Assert.assertFalse
import org.junit.Assert.assertNotNull
@@ -267,7 +269,11 @@ class NamecoinNameResolverTest {
} catch (_: Exception) {
emptyList()
}
return NamecoinNostrResult(pubkey = pubkey.lowercase(), relays = relays, namecoinName = namecoinName)
return NamecoinNostrResult(
pubkey = pubkey.lowercase(),
relays = relays,
namecoinName = namecoinName,
)
}
}
return null