We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14054d9 commit 2406430Copy full SHA for 2406430
lightning/src/ln/channelmanager.rs
@@ -1131,9 +1131,8 @@ impl ChannelDetails {
1131
}
1132
1133
1134
-/// Used by [`ChannelManager::list_pending_payments`] to express the status of payments that are
1135
-/// currently pending. These not only include payments that are currently inflight, but also those
1136
-/// that may have yet to find a successful path or have unresolved HTLCs.
+/// Used by [`ChannelManager::list_recent_payments`] to express the status of recent payments.
+/// These include payments that 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