remove aliases from completions
This commit is contained in:
@@ -1003,7 +1003,6 @@ class MiniDriver(QObject):
|
|||||||
for addr, label in self.wallet.labels.items():
|
for addr, label in self.wallet.labels.items():
|
||||||
if addr in self.wallet.addressbook:
|
if addr in self.wallet.addressbook:
|
||||||
completions.append("%s <%s>" % (label, addr))
|
completions.append("%s <%s>" % (label, addr))
|
||||||
completions = completions + self.wallet.aliases.keys()
|
|
||||||
self.window.update_completions(completions)
|
self.window.update_completions(completions)
|
||||||
|
|
||||||
def update_history(self):
|
def update_history(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user