Uses the new nostrnwc deep link for connections
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ class Nip47WalletConnect {
|
||||
|
||||
val url = UriParser(uri)
|
||||
|
||||
if (url.scheme() != "nostrwalletconnect" && url.scheme() != "nostr+walletconnect") {
|
||||
if (url.scheme() != "nostrwalletconnect" && url.scheme() != "nostr+walletconnect" && url.scheme() != "amethyst+walletconnect") {
|
||||
throw IllegalArgumentException("Not a Wallet Connect QR Code")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user