]> git.bitcoin.ninja Git - ldk-java/commit
Correct and use ChannelManagerConstructor in HumanObjectPeerTest
authorMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 23:31:55 +0000 (23:31 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 23:33:28 +0000 (23:33 +0000)
commit1a24b5170dc5ad3654ae4f06be1332b86a9ec739
tree9d7438f8fdc3e6099ba7905bd255884976cf710d
parentc0ae06ef6f98f7c22ae912ae48c616a48f5b49fc
Correct and use ChannelManagerConstructor in HumanObjectPeerTest

When ChannelManagerConstructor support was added, the test loop
bounds were never updated to actually test it. This corrects that
(and a few regressions that snuck in over time).

Memory leaks during tests are now:
    249 allocations remained for 1146062 bytes.
src/test/java/org/ldk/HumanObjectPeerTest.java