commit 197f57d3295e2ebeff4dc22cbeeff2aebac753a8
parent 73e69284d1e8eee4f74f5b2f39e9d2240ac7324c
Author: ThomasV <thomasv@electrum.org>
Date: Mon, 3 Jul 2017 15:30:11 +0200
rm dead code
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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),