Drop dup txn in test_dynamic_spendable_outputs_local_htlc_success_tx
authorMatt Corallo <git@bluematt.me>
Thu, 4 Feb 2021 00:45:23 +0000 (19:45 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 16 Feb 2021 20:58:02 +0000 (15:58 -0500)
commit4552c3df48fc3764de2f8b24197bca3d8818c0d1
treec38d41b7108a41e4a01d819579d585e8e3d4ed57
parentc60812bffb7706aa95e163e67775ca1ca343b499
Drop dup txn in test_dynamic_spendable_outputs_local_htlc_success_tx

Previously, test_dynamic_spendable_outputs_local_htlc_success_tx
called connect_block with two identical transactions, which
resulted in duplicate SpendableOutputs Events back-to-back. This
is a test issue as such a block_connected call represents an
invalid block.
lightning/src/ln/functional_tests.rs