mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix fee slider offline bug
This commit is contained in:
parent
c32f75a313
commit
c05c49a18f
1 changed files with 4 additions and 3 deletions
|
@ -905,6 +905,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
from electrum.util import fee_levels
|
||||
i = self.fee_slider.sliderPosition()
|
||||
tooltip = fee_levels[i]
|
||||
if self.network:
|
||||
dynfee = self.network.dynfee(i)
|
||||
if dynfee:
|
||||
tooltip += '\n' + self.format_amount(dynfee) + ' ' + self.base_unit() + '/kB'
|
||||
|
|
Loading…
Add table
Reference in a new issue