Drop `channel_perm_failed` tracking in `ChainMonitor`
authorMatt Corallo <git@bluematt.me>
Wed, 30 Aug 2023 18:16:03 +0000 (18:16 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 21 Sep 2023 19:04:41 +0000 (19:04 +0000)
commitf24502e9868fa7fc37541896bd169fa10d13636c
treecb71146bba0cdab3f49d00153e58ffa4bc2f0861
parent23c5308bcbea61d89b1e5d3df6b6da721bc74c2a
Drop `channel_perm_failed` tracking in `ChainMonitor`

Now that `PermanentFailure` is not a possible return value, we can
simply remove handling of it in `ChannelMonitor`.
lightning/src/chain/chainmonitor.rs