Browse Source

qml: LNURLp has no bolt11 to query until later. fixes #8822

master
Sander van Grieken 2 years ago
parent
commit
4469e9989d
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 2
      electrum/gui/qml/qeinvoice.py

2
electrum/gui/qml/qeinvoice.py

@ -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:

Loading…
Cancel
Save