Log when a channel is closed on startup due to stale ChannelManager
authorMatt Corallo <git@bluematt.me>
Sun, 1 Aug 2021 02:13:36 +0000 (02:13 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 5 Aug 2021 20:24:21 +0000 (20:24 +0000)
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.


No differences found