checkalive sulla finestra will

This commit is contained in:
2026-04-10 16:02:40 -04:00
parent 56586ef0a7
commit a59b5c47b6
3 changed files with 94 additions and 40 deletions

2
bal.py
View File

@@ -149,6 +149,8 @@ class BalPlugin(BasePlugin):
self.HIDE_REPLACED.set(self._hide_replaced)
def validate_will_settings(self, will_settings):
if not will_settings:
will_settings=[]
if int(will_settings.get("baltx_fees", 1)) < 1:
will_settings["baltx_fees"] = 1
if not will_settings.get("threshold"):