Browse Source

fix py3: do_export_history

3.0.x
SomberNight 7 years ago
parent
commit
3d002939f9
  1. 1
      gui/qt/main_window.py

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

Loading…
Cancel
Save