Rename APIError::MonitorUpdateFailed to MonitorUpdateInProgress
authorMatt Corallo <git@bluematt.me>
Thu, 29 Sep 2022 20:26:48 +0000 (20:26 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 29 Sep 2022 20:27:53 +0000 (20:27 +0000)
commitf961daef33ad1e999c83aafbf654db449e0e93e0
tree35f0e7c3a0c18d933d6f1d3b7de7fdcf22b0b15c
parentfb0a4816966211440f10a990d88498c785db3505
Rename APIError::MonitorUpdateFailed to MonitorUpdateInProgress

This much more accurately represents the error, indicating that a
monitor update is in progress asynchronously and may complete at a
later time.
fuzz/src/chanmon_consistency.rs
lightning-invoice/src/payment.rs
lightning/src/ln/chanmon_update_fail_tests.rs
lightning/src/ln/channelmanager.rs
lightning/src/util/errors.rs