diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 5ec9c0316..235d52813 100644 --- a/gui/qt/main_window.py +++ b/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),