Skip to content

Commit 49430e9

Browse files
committed
qml: fix: paying to openalias
regression from in #9993 7d0ac64
1 parent 55cc27d commit 49430e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

electrum/gui/qml/qeinvoice.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,8 @@ def validateRecipient(self, pi: PaymentIdentifier):
529529
PaymentIdentifierType.SPK, PaymentIdentifierType.BIP21,
530530
PaymentIdentifierType.BIP70, PaymentIdentifierType.BOLT11,
531531
PaymentIdentifierType.LNADDR, PaymentIdentifierType.LNURLP,
532-
PaymentIdentifierType.EMAILLIKE, PaymentIdentifierType.DOMAINLIKE
532+
PaymentIdentifierType.EMAILLIKE, PaymentIdentifierType.DOMAINLIKE,
533+
PaymentIdentifierType.OPENALIAS,
533534
]:
534535
self.validationError.emit('unknown', _('Unknown invoice'))
535536
return

0 commit comments

Comments
 (0)