mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix column names
This commit is contained in:
parent
31684abb51
commit
446a8b0dd9
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ class HistoryList(MyTreeView, AcceptFileDragDrop):
|
|||
menu.addAction(_("Remove"), lambda: self.remove_local_tx(tx_hash))
|
||||
menu.addAction(_("Copy Transaction ID"), lambda: self.parent.app.clipboard().setText(tx_hash))
|
||||
|
||||
amount_columns = [HistoryColumns.COIN_VALUE, HistoryColumns.ONCHAIN_BALANCE, HistoryColumns.CHANNELS_BALANCE,
|
||||
amount_columns = [HistoryColumns.AMOUNT, HistoryColumns.BALANCE, HistoryColumns.LN_AMOUNT, HistoryColumns.LN_BALANCE,
|
||||
HistoryColumns.FIAT_VALUE, HistoryColumns.FIAT_ACQ_PRICE, HistoryColumns.FIAT_CAP_GAINS]
|
||||
if column in amount_columns:
|
||||
column_data = column_data.strip()
|
||||
|
|
Loading…
Add table
Reference in a new issue