We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6e4fa commit 14054d9Copy full SHA for 14054d9
lightning/src/ln/channelmanager.rs
@@ -1132,8 +1132,8 @@ impl ChannelDetails {
1132
}
1133
1134
/// Used by [`ChannelManager::list_pending_payments`] to express the status of payments that are
1135
-/// currently pending resolution. These not only include payments that are currently inflight, but
1136
-/// 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.
1137
#[derive(Debug, PartialEq)]
1138
pub enum RecentPaymentDetails {
1139
/// When a payment is still being sent and awaiting successful delivery.
0 commit comments