nwc: disable mutinywallet button for now
async nwc with mutiny is wayyy too complicated for the average user. Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -96,9 +96,16 @@ struct ConnectWalletView: View {
|
|||||||
openURL(URL(string:"https://nwc.getalby.com/apps/new?c=Damus")!)
|
openURL(URL(string:"https://nwc.getalby.com/apps/new?c=Damus")!)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Mutiny Wallet NWC is way too advanced to recommend for normal
|
||||||
|
// users until they have a way to do async receive.
|
||||||
|
//
|
||||||
|
|
||||||
|
/*
|
||||||
MutinyButton() {
|
MutinyButton() {
|
||||||
openURL(URL(string:"https://app.mutinywallet.com/settings/connections?callbackUri=nostr%2bwalletconnect&name=Damus")!)
|
openURL(URL(string:"https://app.mutinywallet.com/settings/connections?callbackUri=nostr%2bwalletconnect&name=Damus")!)
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
Button(action: {
|
Button(action: {
|
||||||
if let pasted_nwc = UIPasteboard.general.string {
|
if let pasted_nwc = UIPasteboard.general.string {
|
||||||
|
|||||||
Reference in New Issue
Block a user