Browse Source

add url to contacts, not full name, because it's used in completions

283
ThomasV 10 years ago
parent
commit
27d871277a
  1. 2
      plugins/openalias.py

2
plugins/openalias.py

@ -108,7 +108,7 @@ class Plugin(BasePlugin):
self.win.previous_payto_e = new_url
if self.config.get('openalias_autoadd') == 'checked':
self.win.wallet.add_contact(address, name)
self.win.wallet.add_contact(address, url)
self.win.payto_e.setFrozen(True)
if self.validate_dnssec(url):

Loading…
Cancel
Save