Merge pull request #3083 from SomberNight/fix_qt_mainwindow_updatemaxfee

follow-up 198cc9d737
This commit is contained in:
ThomasV 2017-10-21 16:41:26 +02:00 committed by GitHub
commit fd11397ac6
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."))