mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
add url to contacts, not full name, because it's used in completions
This commit is contained in:
parent
dfc3b64395
commit
27d871277a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue