fix: wallet pay plain invoice
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2024-01-14 17:01:10 +00:00
parent eb2601448c
commit bc22ee7d56
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -61,7 +61,7 @@ export function WalletSendPage() {
onClick={async () => { onClick={async () => {
try { try {
if (wallets.wallet) { if (wallets.wallet) {
if (!isLnurl) { if (!lnurl) {
const res = await wallets.wallet.payInvoice(invoice); const res = await wallets.wallet.payInvoice(invoice);
setResult(res); setResult(res);
} else { } else {