diff --git a/plugins/openalias.py b/plugins/openalias.py index f15c17bf..df0ec79a 100644 --- a/plugins/openalias.py +++ b/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):