We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cc27d commit 49430e9Copy full SHA for 49430e9
electrum/gui/qml/qeinvoice.py
@@ -529,7 +529,8 @@ def validateRecipient(self, pi: PaymentIdentifier):
529
PaymentIdentifierType.SPK, PaymentIdentifierType.BIP21,
530
PaymentIdentifierType.BIP70, PaymentIdentifierType.BOLT11,
531
PaymentIdentifierType.LNADDR, PaymentIdentifierType.LNURLP,
532
- PaymentIdentifierType.EMAILLIKE, PaymentIdentifierType.DOMAINLIKE
+ PaymentIdentifierType.EMAILLIKE, PaymentIdentifierType.DOMAINLIKE,
533
+ PaymentIdentifierType.OPENALIAS,
534
]:
535
self.validationError.emit('unknown', _('Unknown invoice'))
536
return
0 commit comments