mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
parent
d430ec4bfc
commit
cee2083134
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class HistoryModel(QAbstractItemModel, Logger):
|
|||
cg = tx_item['capital_gain'].value
|
||||
return QVariant(self.parent.fx.format_fiat(cg))
|
||||
elif col == HistoryColumns.TXID:
|
||||
return QVariant(tx_hash)
|
||||
return QVariant(tx_hash) if not is_lightning else QVariant('')
|
||||
return QVariant()
|
||||
|
||||
def parent(self, index: QModelIndex):
|
||||
|
|
Loading…
Add table
Reference in a new issue