Merge pull request #584 from dabura667/historyUTF8
Changed CSV History export to UTF-8 labels
This commit is contained in:
@@ -122,6 +122,7 @@ def csv_transaction(wallet):
|
|||||||
|
|
||||||
if tx_hash:
|
if tx_hash:
|
||||||
label, is_default_label = wallet.get_label(tx_hash)
|
label, is_default_label = wallet.get_label(tx_hash)
|
||||||
|
label = label.encode('utf-8')
|
||||||
else:
|
else:
|
||||||
label = ""
|
label = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user