Move functional tests involving reorgs to reorg_test
authorMatt Corallo <git@bluematt.me>
Sun, 7 Feb 2021 23:06:58 +0000 (18:06 -0500)
committerMatt Corallo <git@bluematt.me>
Wed, 3 Mar 2021 01:40:29 +0000 (20:40 -0500)
commit89026766a30ef114ec70a999140dc10dd55f9282
tree95760a41da04aed76d212e98a5356e73941679f3
parent4894d52d30399c21b7994952a8de0d1d7848c58d
Move functional tests involving reorgs to reorg_test

functional_tests.rs is huge, so anything we can do to split it up
some is helpful. This also exposes a somewhat glaring lack of
reorgs in our existing tests.
lightning/src/ln/functional_tests.rs
lightning/src/ln/reorg_tests.rs