mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 04:45:16 +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 = ''
|
address = amount = label = identity = message = ''
|
||||||
|
|
||||||
if re.match('^(|([\w\-\.]+)@)((\w[\w\-]+\.)+[\w\-]+)$', address):
|
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:
|
if payto_address:
|
||||||
address = address + ' <' + payto_address + '>'
|
address = address + ' <' + payto_address + '>'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue