tMerge pull request #3247 from SomberNight/py3_do_export_history - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 20edb935497e9ed0ec9c077946f2c60814af678f DIR parent 8d76ca9359287cac46b19185b45ab4620d3c160c HTML 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: M gui/qt/main_window.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -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 = ""