fix: default baltx_fees 100 -> 50

This commit is contained in:
2026-06-30 06:21:58 -04:00
parent aa03c12aab
commit aaa8658aa0
2 changed files with 2 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ class BalPlugin(BasePlugin):
@staticmethod
def default_will_settings():
"""Default will settings: a fee rate plus absolute threshold/locktime."""
will_settings = {"baltx_fees": 100}
will_settings = {"baltx_fees": 50}
will_settings.update(BalPlugin.default_will_settings_absolute())
return will_settings