This commit is contained in:
ThomasV 2012-02-12 14:27:36 +01:00
parent 85aca8f62d
commit 7e452ccbe9
3 changed files with 2 additions and 2 deletions

View File

@ -88,11 +88,11 @@ class ElectrumWindow(QMainWindow):
if tx['height']:
conf = self.wallet.interface.blocks - tx['height'] + 1
time_str = datetime.datetime.fromtimestamp( tx['nTime']).isoformat(' ')[:-3]
icon = QIcon("icons/gtk-apply.svg")
icon = QIcon("icons/confirmed.png")
else:
conf = 0
time_str = 'pending'
icon = QIcon("icons/gtk-execute")
icon = QIcon("icons/unconfirmed.svg")
v = tx['value']
balance += v
label = self.wallet.labels.get(tx_hash)

BIN
client/icons/confirmed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB