1
0

cleanup wallet classes

This commit is contained in:
ThomasV
2014-04-30 11:18:13 +02:00
parent 17216da392
commit 56e8ad3397
2 changed files with 325 additions and 359 deletions

View File

@@ -1186,9 +1186,6 @@ class ElectrumWindow(QMainWindow):
l.addTopLevelItem(account_item)
account_item.setExpanded(self.accounts_expanded.get(k, True))
account_item.setData(0, 32, k)
if not self.wallet.is_seeded(k):
icon = QIcon(":icons/key.png")
account_item.setIcon(0, icon)
else:
account_item = None