mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix py3: do_export_history
This commit is contained in:
parent
6acc4214c9
commit
3d002939f9
1 changed files with 0 additions and 1 deletions
|
@ -2312,7 +2312,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||||
|
|
||||||
if tx_hash:
|
if tx_hash:
|
||||||
label = wallet.get_label(tx_hash)
|
label = wallet.get_label(tx_hash)
|
||||||
label = label.encode('utf-8')
|
|
||||||
else:
|
else:
|
||||||
label = ""
|
label = ""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue