This commit is contained in:
SomberNight 2017-10-21 16:34:20 +02:00
parent 198cc9d737
commit d4a180da7c
1 changed files with 0 additions and 1 deletions

View File

@ -2430,7 +2430,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
def on_dynfee(x):
self.config.set_key('dynamic_fees', x == Qt.Checked)
self.fee_slider.update()
update_maxfee()
dynfee_cb = QCheckBox(_('Use dynamic fees'))
dynfee_cb.setChecked(self.config.is_dynfee())
dynfee_cb.setToolTip(_("Use fees recommended by the server."))