URI: 
       tfix #2108 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit a62dab9962c809de762530affa809ed51b20f879
   DIR parent bffb10f53fe8fcb86744c0b3f617499b0c596585
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 10 Jan 2017 07:52:51 +0100
       
       fix #2108
       
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -2474,7 +2474,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
                    unit_result = units[unit_combo.currentIndex()]
                    if self.base_unit() == unit_result:
                        return
       -            edits = self.amount_e, self.fee_e, self.receive_amount_e, fee_e
       +            edits = self.amount_e, self.fee_e, self.receive_amount_e
                    amounts = [edit.get_amount() for edit in edits]
                    if unit_result == 'BTC':
                        self.decimal_point = 8