Log pending in-flight updates when we are missing a monitor
authorMatt Corallo <git@bluematt.me>
Thu, 11 Apr 2024 15:20:08 +0000 (15:20 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 11 Apr 2024 15:20:08 +0000 (15:20 +0000)
commit10480f009e6e57cd409916ea08ac679b0953e4d5
tree003646878ce231117d1275b7158836078bb9703e
parent4bab9c8393345805ef36367cdb10a3a569f365fc
Log pending in-flight updates when we are missing a monitor

If we are missing a `ChannelMonitor` for which the `ChannelManager`
has pending updates, it may be useful to print what the updates we
have actually are, at least useful in identifying the bug(s).
lightning/src/ln/channelmanager.rs