Browse Source

add url as contact

283
ThomasV 10 years ago
parent
commit
8902207443
  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, url)
self.win.wallet.add_contact(url, name)
self.win.payto_e.setFrozen(True)
if self.validate_dnssec(url):

Loading…
Cancel
Save