Browse Source

rm dead code

2.9.x
ThomasV 8 years ago
parent
commit
197f57d329
  1. 1
      gui/qt/main_window.py

1
gui/qt/main_window.py

@ -1335,7 +1335,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
return
# confirmation dialog
confirm_amount = self.config.get('confirm_amount', COIN)
msg = [
_("Amount to be sent") + ": " + self.format_amount_and_units(amount),
_("Mining fee") + ": " + self.format_amount_and_units(fee),

Loading…
Cancel
Save