Remove duplicata for local commitment+HTLC txn
authorAntoine Riard <ariard@student.42.fr>
Tue, 3 Mar 2020 22:35:36 +0000 (17:35 -0500)
committerAntoine Riard <ariard@student.42.fr>
Fri, 17 Apr 2020 21:43:34 +0000 (17:43 -0400)
commitf60519daf21239a5fc23fd4a6af7699ea50bd7cc
tree0d9fa1811ca76926091987e0b22685256259dfa3
parent5101d2086c0cf2134ce9d729cfdf69b0a21d564e
Remove duplicata for local commitment+HTLC txn

Previously, we would regenerate this class of txn twice due to
block-rescan triggered by new watching outputs registered.

This commmit doesn't change behavior, it only tweaks TestBroadcaster
to ensure we modify cleanly tests anticipating next commit
refactor.
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/functional_tests.rs
lightning/src/util/test_utils.rs