We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8397c commit da4cdd4Copy full SHA for da4cdd4
lightning/src/ln/channelmanager.rs
@@ -1105,8 +1105,8 @@ impl ChannelDetails {
1105
}
1106
1107
/// Used by [`ChannelManager::list_pending_payments`] to express the status of payments that are
1108
-/// currently pending resolution. These not only include payments that are currently inflight, but
1109
-/// also those that may have yet to find a successful path or have outstanding HTLCs.
+/// currently pending. These not only include payments that are currently inflight, but also those
+/// that may have yet to find a successful path or have unresolved HTLCs.
1110
#[derive(Debug, PartialEq)]
1111
pub enum RecentPaymentDetails {
1112
/// When a payment is still being sent and awaiting successful delivery.
0 commit comments