rust-lightning/lightning-background-processor
Matt Corallo 8676c5aa4e Don't immediately exit BP if ChannelManager is persistable
If `ChannelManager` is persistable before the async background
processor even starts, it may not even get around to overwriting
the `should_exit` flag before testing it, and the default value is
(incorrectly) true, causing an immediate unconditional exit.

The default value should simply be false.

Fixes #2140
2023-04-04 20:59:56 +00:00
..
src Don't immediately exit BP if ChannelManager is persistable 2023-04-04 20:59:56 +00:00
Cargo.toml Remove futures dependency in lightning-background-processor 2023-03-31 00:05:24 +00:00