You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we do not allow a user to create a wallet if it has missing permissions.
e.g. if list_transactions is not supported, only show an error on the transactions list that "List Transactions is not supported by your wallet.".
e.g. if pay_invoice is not supported, only fail when attempting to make a payment. This allows for receive-only wallets.
The text was updated successfully, but these errors were encountered:
Currently we do not allow a user to create a wallet if it has missing permissions.
e.g. if
list_transactions
is not supported, only show an error on the transactions list that "List Transactions is not supported by your wallet.".e.g. if
pay_invoice
is not supported, only fail when attempting to make a payment. This allows for receive-only wallets.The text was updated successfully, but these errors were encountered: