From 1fa51e6b7c1448550376ab4dc8372378863e7bd6 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 7 Sep 2014 21:44:11 +0200 Subject: [PATCH] fix fee_e in settings window --- gui/qt/main_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index ea44813c0..a6ef4dabb 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -2599,6 +2599,7 @@ class ElectrumWindow(QMainWindow): self.update_receive_tab() self.update_address_tab() self.update_invoices_tab() + fee_e.setAmount(self.wallet.fee_per_kb) self.update_status() unit_combo.currentIndexChanged.connect(on_unit) widgets.append((unit_label, unit_combo, unit_help))