From a62dab9962c809de762530affa809ed51b20f879 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 10 Jan 2017 07:52:51 +0100 Subject: [PATCH] fix #2108 --- gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index b730e727..5f5f1945 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -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