fix: wallet pay plain invoice
This commit is contained in:
@ -61,7 +61,7 @@ export function WalletSendPage() {
|
||||
onClick={async () => {
|
||||
try {
|
||||
if (wallets.wallet) {
|
||||
if (!isLnurl) {
|
||||
if (!lnurl) {
|
||||
const res = await wallets.wallet.payInvoice(invoice);
|
||||
setResult(res);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user