Correct ChannelUnavailable error docs on `send_payment_with_route`
authorMatt Corallo <git@bluematt.me>
Thu, 21 Sep 2023 20:19:08 +0000 (20:19 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 26 Sep 2023 16:37:19 +0000 (16:37 +0000)
commit11b228b7b0d0f4f8cf0ca4829f89a9b281359606
tree4f9fad5edf91397e8abad2a53c615c5d0902dfb5
parent4abc939aa0f10c896972bcf4d8c76478a04b368c
Correct ChannelUnavailable error docs on `send_payment_with_route`

Monitor update failure can no longer lead to a `ChannelUnavailable`
error, but more common cases such as the peer being disconnected
always could, so those should be documented clearer.
lightning/src/ln/channelmanager.rs