commit 1fa51e6b7c1448550376ab4dc8372378863e7bd6
parent 67b9a59d349ac49412ef8a83e055125b6dd75f9a
Author: ThomasV <thomasv@gitorious>
Date: Sun, 7 Sep 2014 21:44:11 +0200
fix fee_e in settings window
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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))