diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 5ec9c031..235d5281 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),