]> git.bitcoin.ninja Git - rust-lightning/commit
Make several tests more robust against harmless transaction changes
authorMatt Corallo <git@bluematt.me>
Sat, 7 Sep 2024 12:57:39 +0000 (12:57 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 18 Sep 2024 16:48:42 +0000 (16:48 +0000)
commit7e344dfc11ec0217f28643a05f990d2b06c935f4
tree67da3b5177b4a93eaae4c4d0ac7a500cac0ec025
parentfd97a6b1266fbdc06c6037cdac344920b9e12bee
Make several tests more robust against harmless transaction changes

In the next commit we'll be changing the order some transactions
get spent in packages, causing some tests to spuriously fail. Here
we update a few tests to avoid that by checking sets of inputs
rather than specific ordering.
lightning/src/ln/monitor_tests.rs