1
0

ln: don't break channel when failing htlc

This commit is contained in:
Janus
2018-06-19 15:13:48 +02:00
committed by ThomasV
parent 6f88c55f17
commit 3f73332817
2 changed files with 9 additions and 8 deletions

View File

@@ -202,6 +202,7 @@ class TestLNBaseHTLCStateMachine(unittest.TestCase):
aliceRevocation2, _ = alice_channel.revoke_current_commitment()
aliceSig2, aliceHtlcSigs2 = alice_channel.sign_next_commitment()
self.assertEqual(aliceHtlcSigs2, [], "alice should generate no htlc signatures")
bob_channel.receive_revocation(aliceRevocation2)