rust-lightning/lightning
Matt Corallo 683aa8350e Correct manual shutdown detection on channel closure
In 5e874c3dc9 we'd intended to not
reveal the dummy funding transaction in `Event::DiscardFunding`.
However, instead of looking at the channel that was just closed,
the logic only looks at any other channels which were funded as a
part of the same batch. Because manually-funded transactions
cannot currently be done for batch funding, this was actually dead
code, preventing the new changes from taking effect.
2024-08-28 14:35:54 +00:00
..
src Correct manual shutdown detection on channel closure 2024-08-28 14:35:54 +00:00
Cargo.toml Bump version numbers to 0.0.124-beta/invoice 0.32-beta 2024-08-20 00:29:12 +00:00