commit 20edb935497e9ed0ec9c077946f2c60814af678f
parent 8d76ca9359287cac46b19185b45ab4620d3c160c
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 8 Nov 2017 20:41:16 +0100
Merge pull request #3247 from SomberNight/py3_do_export_history
fix py3: do_export_history
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
@@ -2312,7 +2312,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
if tx_hash:
label = wallet.get_label(tx_hash)
- label = label.encode('utf-8')
else:
label = ""