URI: 
       trm dead code - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 197f57d3295e2ebeff4dc22cbeeff2aebac753a8
   DIR parent 73e69284d1e8eee4f74f5b2f39e9d2240ac7324c
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Mon,  3 Jul 2017 15:30:11 +0200
       
       rm dead code
       
       Diffstat:
         M gui/qt/main_window.py               |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -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),