1
0

handle pruning in wallet.txi/txo

This commit is contained in:
ThomasV
2015-03-30 12:58:52 +02:00
parent 3d1fa1e27f
commit ec11e58add
4 changed files with 89 additions and 64 deletions

View File

@@ -450,7 +450,7 @@ class MiniWindow(QDialog):
self.history_list.empty()
for item in tx_history[-10:]:
tx_hash, conf, value, timestamp = item
tx_hash, conf, value, timestamp, balance = item
label = self.actuator.g.wallet.get_label(tx_hash)[0]
v_str = self.actuator.g.format_amount(value, True)
self.history_list.append(label, v_str, age(timestamp))