mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix
This commit is contained in:
parent
cd1a016b9a
commit
7532668a83
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ class Wallet:
|
|||
address = amount = label = identity = message = ''
|
||||
|
||||
if re.match('^(|([\w\-\.]+)@)((\w[\w\-]+\.)+[\w\-]+)$', address):
|
||||
payto_address = self.get_alias(payto, True, show_message, question)
|
||||
payto_address = self.get_alias(address, True, show_message, question)
|
||||
if payto_address:
|
||||
address = address + ' <' + payto_address + '>'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue