rust-lightning/lightning
Matt Corallo 6960210f60 Close channels when find_funding_output fails to find an output
In `funding_transaction_generated_intern`, if `find_funding_output`
fails (e.g. due to the require output not being present in the
provided funding transaction) we'd previously not generated a
`ChannelClosed` event which leaves users possibly in a confused
state.

Here we fix this, also fixing the relevant tests to check for the
new event.

Fixes #2843.
2024-04-30 13:43:32 +00:00
..
src Close channels when find_funding_output fails to find an output 2024-04-30 13:43:32 +00:00
Cargo.toml Bump crate versions to 0.0.123-beta/invoice 0.31-beta 2024-04-19 01:03:03 +00:00