This commit is contained in:
thomasv 2012-02-07 12:50:28 +01:00
parent dac60f9b91
commit a26c6ca2e1
1 changed files with 4 additions and 3 deletions

View File

@ -784,6 +784,7 @@ class BitcoinGUI:
# redundant with aliases
#if label and payto:
# self.labels[payto] = label
if re.match('^(|([\w\-\.]+)@)((\w[\w\-]+\.)+[\w\-]+)$', payto):
payto_address = self.get_alias(payto, interactive=True)
if payto_address:
payto = payto + ' <' + payto_address + '>'