rust-lightning/lightning
Matt Corallo cab2ca8eeb Log when a channel is closed on startup due to stale ChannelManager
This is one of the riskiest parts of our API from the perspective
of accidental force-closes - if users delay persisting the
ChannelManager much at all after a ChannelMonitor we may hit a
force-close after restart.

The fact that we don't log at all when this happens is criminal.
2021-08-05 20:24:21 +00:00
..
src Log when a channel is closed on startup due to stale ChannelManager 2021-08-05 20:24:21 +00:00
Cargo.toml Bump dependencies to bitcoin 0.27 and bech32 0.8 2021-07-31 18:29:07 +00:00