qml: fix: paying to openalias
regression from in https://github.com/spesmilo/electrum/pull/9993
7d0ac64d06
This commit is contained in:
@@ -529,7 +529,8 @@ class QEInvoiceParser(QEInvoice):
|
|||||||
PaymentIdentifierType.SPK, PaymentIdentifierType.BIP21,
|
PaymentIdentifierType.SPK, PaymentIdentifierType.BIP21,
|
||||||
PaymentIdentifierType.BIP70, PaymentIdentifierType.BOLT11,
|
PaymentIdentifierType.BIP70, PaymentIdentifierType.BOLT11,
|
||||||
PaymentIdentifierType.LNADDR, PaymentIdentifierType.LNURLP,
|
PaymentIdentifierType.LNADDR, PaymentIdentifierType.LNURLP,
|
||||||
PaymentIdentifierType.EMAILLIKE, PaymentIdentifierType.DOMAINLIKE
|
PaymentIdentifierType.EMAILLIKE, PaymentIdentifierType.DOMAINLIKE,
|
||||||
|
PaymentIdentifierType.OPENALIAS,
|
||||||
]:
|
]:
|
||||||
self.validationError.emit('unknown', _('Unknown invoice'))
|
self.validationError.emit('unknown', _('Unknown invoice'))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user