This transaction broke past versions of `rust-bitcoin` and LND so this adds a test to avoid reintroducing the problem in the future. See also https://github.com/romanz/electrs/issues/783
Implement Test Vectors from BIP 174 Co-authored-by: Tobin Harding <me@tobin.cc> Co-authored-by: Armin Sabouri <armins88@gmail.com>
In preparation for adding integration tests in the standard Rust `tests/` directroy; move the contents of `test_data` to `tests/data`.