Fix one test still connecting invalid blocks
authorMatt Corallo <git@bluematt.me>
Fri, 18 Nov 2022 18:49:16 +0000 (18:49 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 18 Nov 2022 18:49:16 +0000 (18:49 +0000)
commit4883eba3ae96aacb4c6871805a86bee7a519aac2
tree2b2631752becd480140a94bf7047ebd42a3d698c
parent7269fa2024ad1ab60f195e0e3a04bf184fb0f740
Fix one test still connecting invalid blocks

In the next commit we'll add some checks that redundant
transactions aren't confirmed in different blocks, which would
cause test_htlc_ignore_latest_remote_commitment to fail. Here we
fix it to avoid the issue.
lightning/src/ln/functional_tests.rs