1
0

use labels for to/from in lite history where available.

This commit is contained in:
Amir Taaki
2012-08-12 21:52:28 +01:00
parent a61d1ad44b
commit c506139e68
3 changed files with 10 additions and 14 deletions

View File

@@ -334,7 +334,7 @@ class MiniWindow(QDialog):
def update_history(self, tx_history):
for tx in tx_history[-10:]:
address = tx["dest_address"]
address = tx["default_label"]
amount = D(tx["value"]) / 10**8
self.history_list.append(address, amount)