1
0

regtests: add test "lnwatcher_waits_until_fees_go_down"

reproduces https://github.com/spesmilo/electrum/issues/9980
This commit is contained in:
SomberNight
2025-06-28 08:03:32 +00:00
parent 75be9c6d7b
commit 6ce8eb12f7
2 changed files with 95 additions and 0 deletions

View File

@@ -82,6 +82,9 @@ class TestLightningAB(TestLightning):
def test_breach_with_spent_htlc(self):
self.run_shell(['breach_with_spent_htlc'])
def test_lnwatcher_waits_until_fees_go_down(self):
self.run_shell(['lnwatcher_waits_until_fees_go_down'])
class TestLightningSwapserver(TestLightning):
agents = {