remove aliases from completions

This commit is contained in:
thomasv 2013-03-18 09:19:49 +01:00
parent 7e0d4a2851
commit e7e284b059
1 changed files with 0 additions and 1 deletions

View File

@ -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):