Rename `ChannelState::MonitorUpdateFailed` `MonitorUpdateInProgress` 2022-08-funding-locked-mon-persist-fail
authorMatt Corallo <git@bluematt.me>
Wed, 5 Oct 2022 00:34:38 +0000 (00:34 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 19 Oct 2022 14:41:30 +0000 (14:41 +0000)
commit958601f1afd754c65e5ba0bbc946a2798970695c
tree8a19e21e894e4680dfe378ef1791dd9d900ded96
parentbee42b1659c5989516e5d76501b85b9ff970c647
Rename `ChannelState::MonitorUpdateFailed` `MonitorUpdateInProgress`

As we're moving towards monitor update async being a supported
use-case, we shouldn't call an async monitor update "failed", but
rather "in progress". This simply updates the internal channel.rs
enum name to reflect the new thinking.
lightning/src/ln/chanmon_update_fail_tests.rs
lightning/src/ln/channel.rs