fix #6122: extract preimage from on-chain htlc_tx

This commit is contained in:
ThomasV
2020-05-02 11:39:21 +02:00
parent f8019d9b6c
commit 8ba7e68064
5 changed files with 59 additions and 1 deletions
+3
View File
@@ -39,6 +39,9 @@ class TestLightningAB(TestLightning):
def test_breach(self):
self.run_shell(['breach'])
def test_extract_preimage(self):
self.run_shell(['extract_preimage'])
def test_redeem_htlcs(self):
self.run_shell(['redeem_htlcs'])