mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Merge pull request #584 from dabura667/historyUTF8
Changed CSV History export to UTF-8 labels
This commit is contained in:
commit
0d4b36b28a
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ def csv_transaction(wallet):
|
|||
|
||||
if tx_hash:
|
||||
label, is_default_label = wallet.get_label(tx_hash)
|
||||
label = label.encode('utf-8')
|
||||
else:
|
||||
label = ""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue