1
0

config: follow-up rename of FEE_EST_STATIC_FEERATE

follow-up 455167136d
This commit is contained in:
SomberNight
2023-10-10 12:11:45 +00:00
parent 57c9059cab
commit 63143307f1
5 changed files with 11 additions and 8 deletions

View File

@@ -749,7 +749,7 @@ class ElectrumGui(BaseElectrumGui, EventListener):
if out:
if out.get('Default fee'):
fee = int(Decimal(out['Default fee']) * COIN)
self.config.FEE_EST_STATIC_FEERATE_FALLBACK = fee
self.config.FEE_EST_STATIC_FEERATE = fee
def password_dialog(self):
out = self.run_dialog('Password', [