|
@ -498,7 +498,7 @@ class ElectrumWindow(QMainWindow): |
|
|
|
|
|
|
|
|
tx_hash = tx.hash() |
|
|
tx_hash = tx.hash() |
|
|
if tx_hash in self.wallet.transactions.keys(): |
|
|
if tx_hash in self.wallet.transactions.keys(): |
|
|
is_mine, v, fee = self.wallet.get_tx_value(tx) |
|
|
is_relevant, is_mine, v, fee = self.wallet.get_tx_value(tx) |
|
|
conf, timestamp = self.wallet.verifier.get_confirmations(tx_hash) |
|
|
conf, timestamp = self.wallet.verifier.get_confirmations(tx_hash) |
|
|
if timestamp: |
|
|
if timestamp: |
|
|
time_str = datetime.datetime.fromtimestamp(timestamp).isoformat(' ')[:-3] |
|
|
time_str = datetime.datetime.fromtimestamp(timestamp).isoformat(' ')[:-3] |
|
|