rust-lightning/lightning-background-processor/src
Matt Corallo 5ed3f25b21 Add ChannelManager methods to force close without broadcasting
If a user restores from a backup that they know is stale, they'd
like to force-close all of their channels (or at least the ones
they know are stale) *without* broadcasting the latest state,
asking their peers to do so instead. This simply adds methods to do
so, renaming the existing `force_close_channel` and
`force_close_all_channels` methods to disambiguate further.
2022-06-25 02:25:32 +00:00
..
lib.rs Add ChannelManager methods to force close without broadcasting 2022-06-25 02:25:32 +00:00