mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix
This commit is contained in:
parent
31a32d423f
commit
f6899fd8bb
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ class ElectrumWindow:
|
|||
import datetime
|
||||
if not tx_hash: return ''
|
||||
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)
|
||||
|
||||
if timestamp:
|
||||
|
|
Loading…
Add table
Reference in a new issue