fix
This commit is contained in:
@@ -1191,7 +1191,7 @@ class ElectrumWindow:
|
|||||||
import datetime
|
import datetime
|
||||||
if not tx_hash: return ''
|
if not tx_hash: return ''
|
||||||
tx = self.wallet.transactions.get(tx_hash)
|
tx = self.wallet.transactions.get(tx_hash)
|
||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user