mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
qt: maybe batch do_update_fee() on network fee update
This commit is contained in:
parent
d56917f4b1
commit
19ced234aa
1 changed files with 2 additions and 2 deletions
|
@ -384,11 +384,11 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
elif event == 'fee':
|
||||
if self.config.is_dynfee():
|
||||
self.fee_slider.update()
|
||||
self.do_update_fee()
|
||||
self.require_fee_update = True
|
||||
elif event == 'fee_histogram':
|
||||
if self.config.is_dynfee():
|
||||
self.fee_slider.update()
|
||||
self.do_update_fee()
|
||||
self.require_fee_update = True
|
||||
self.history_model.on_fee_histogram()
|
||||
else:
|
||||
self.print_error("unexpected network_qt signal:", event, args)
|
||||
|
|
Loading…
Add table
Reference in a new issue