1
0

SimpleConfig: change API of set_key(): "save" is now kwarg-only

This commit is contained in:
SomberNight
2023-05-23 13:45:47 +00:00
parent 250b14cb6e
commit 03ab33f4b2
17 changed files with 52 additions and 52 deletions

View File

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