fix py3: do_export_history

This commit is contained in:
SomberNight 2017-11-08 20:31:53 +01:00
parent 6acc4214c9
commit 3d002939f9

View file

@ -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 = ""