1
0

lnhtlc: test that sent amount is received

This commit is contained in:
Janus
2018-09-12 21:01:00 +02:00
committed by ThomasV
parent 261fefb6f3
commit 6f5209ef85
2 changed files with 3 additions and 1 deletions

View File

@@ -439,6 +439,7 @@ class HTLCStateMachine(PrintError):
self.local_commitment = self.pending_local_commitment
self.remote_commitment = self.pending_remote_commitment
self.remote_commitment_to_be_revoked = prev_remote_commitment
return received_this_batch, sent_this_batch
@staticmethod
def htlcsum(htlcs):