mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
remove aliases from completions
This commit is contained in:
parent
7e0d4a2851
commit
e7e284b059
1 changed files with 0 additions and 1 deletions
|
@ -1003,7 +1003,6 @@ class MiniDriver(QObject):
|
|||
for addr, label in self.wallet.labels.items():
|
||||
if addr in self.wallet.addressbook:
|
||||
completions.append("%s <%s>" % (label, addr))
|
||||
completions = completions + self.wallet.aliases.keys()
|
||||
self.window.update_completions(completions)
|
||||
|
||||
def update_history(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue