qml: LNURLp has no bolt11 to query until later. fixes #8822
This commit is contained in:
@@ -337,7 +337,7 @@ class QEInvoice(QObject, QtEventListener):
|
||||
self.canPay = False
|
||||
self.canSave = False
|
||||
|
||||
if self.invoiceType == QEInvoice.Type.Invalid:
|
||||
if self.invoiceType in [QEInvoice.Type.Invalid, QEInvoice.Type.LNURLPayRequest]:
|
||||
return
|
||||
|
||||
if not self.amountOverride.isEmpty:
|
||||
|
||||
Reference in New Issue
Block a user