Add a test for timeout'ing HTLCs which claim to be a part of an MPP
authorMatt Corallo <git@bluematt.me>
Thu, 19 Mar 2020 04:34:15 +0000 (00:34 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 24 Apr 2020 18:28:53 +0000 (14:28 -0400)
This is a key test for our automatic HTLC time-out logic, as it
ensures we don't allow an HTLC which indicates we should wait for
additional HTLCs before responding to cause us to force-close a
channel due to HTLC near-timeout.


No differences found