mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
minor fix: show_transaction params
This commit is contained in:
parent
5c1340b7bd
commit
2dd368e76e
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ class HistoryList(MyTreeView, AcceptFileDragDrop):
|
||||||
if not tx:
|
if not tx:
|
||||||
return
|
return
|
||||||
label = self.wallet.get_label(tx_hash) or None # prefer 'None' if not defined (force tx dialog to hide Description field if missing)
|
label = self.wallet.get_label(tx_hash) or None # prefer 'None' if not defined (force tx dialog to hide Description field if missing)
|
||||||
self.parent.show_transaction(tx, label)
|
self.parent.show_transaction(tx, tx_desc=label)
|
||||||
|
|
||||||
def add_copy_menu(self, menu, idx):
|
def add_copy_menu(self, menu, idx):
|
||||||
cc = menu.addMenu(_("Copy column"))
|
cc = menu.addMenu(_("Copy column"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue