mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix #1635
This commit is contained in:
parent
b545f4ef12
commit
3574ade484
1 changed files with 1 additions and 1 deletions
|
@ -2616,7 +2616,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
|
||||
def update_feeperkb():
|
||||
fee_e.setAmount(self.wallet.fee_per_kb(self.config))
|
||||
b = self.config.get('dynamic_fees')
|
||||
b = self.config.get('dynamic_fees', False)
|
||||
dynfee_sl.setEnabled(b)
|
||||
multiplier_label.setEnabled(b)
|
||||
fee_e.setEnabled(not b)
|
||||
|
|
Loading…
Add table
Reference in a new issue