rust-lightning/lightning
Matt Corallo 589a88e749 Fix data_loss_protect test to actually test DLP
The data loss protect test was panicking in a message assertion
which should be passing, but because the test was marked only
`#[should_panic]` it was being treated as a successful outcome.
Instead, we use `catch_unwind` on exactly the line we expect to
panic to ensure we are hitting the right one.
2023-11-09 00:05:23 +00:00
..
src Fix data_loss_protect test to actually test DLP 2023-11-09 00:05:23 +00:00
Cargo.toml Bump crate versions to lightning 0.0.118, invoice 0.26 2023-10-23 23:41:11 +00:00