Updated on 2026-08-14
This commit is contained in:
parent
77e400b400
commit
d00064cee3
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ internal class DefaultWcPairUseCase @AssistedInject constructor(
|
|||
}
|
||||
|
||||
val dAppUri = URI(sdkSessionProposal.url)
|
||||
if (!dAppUri.host.isNullOrEmpty()) {
|
||||
if (dAppUri.host.isNullOrEmpty()) {
|
||||
emit(WcPairState.Error(WcPairError.InvalidDomainURL))
|
||||
return@flow
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ internal class DefaultWcPairUseCaseTest {
|
|||
pairingTopic = "",
|
||||
name = "",
|
||||
description = "",
|
||||
url = "",
|
||||
url = "https://react-app.walletconnect.com/",
|
||||
icons = listOf(),
|
||||
redirect = "",
|
||||
requiredNamespaces = mapOf(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue