Merge pull request #3247 from SomberNight/py3_do_export_history
fix py3: do_export_history
This commit is contained in:
@@ -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 = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user