1
0

handle pending and imported accounts using account child classes

This commit is contained in:
ThomasV
2014-05-02 11:10:12 +02:00
parent b7a60f02e0
commit fdf8697e58
4 changed files with 62 additions and 60 deletions

View File

@@ -35,6 +35,7 @@ class ReceivingWidget(QTreeWidget):
def update_list(self):
return
self.clear()
addresses = self.owner.actuator.g.wallet.addresses(False)
for address in addresses: