Qt: add closing warning if we have an unconfirmed local commitment tx with htlcs
add htlc direction (offered, received) to the htlc sweep_info name regtest: add test_reedeem_received_htlcs
This commit is contained in:
@@ -70,8 +70,11 @@ class TestLightningAB(TestLightning):
|
||||
def test_extract_preimage(self):
|
||||
self.run_shell(['extract_preimage'])
|
||||
|
||||
def test_redeem_htlcs(self):
|
||||
self.run_shell(['redeem_htlcs'])
|
||||
def test_redeem_received_htlcs(self):
|
||||
self.run_shell(['redeem_received_htlcs'])
|
||||
|
||||
def test_redeem_offered_htlcs(self):
|
||||
self.run_shell(['redeem_offered_htlcs'])
|
||||
|
||||
def test_breach_with_unspent_htlc(self):
|
||||
self.run_shell(['breach_with_unspent_htlc'])
|
||||
|
||||
Reference in New Issue
Block a user