Skip to content

Commit 14054d9

Browse files
committed
Tidy up language use
1 parent dc6e4fa commit 14054d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,8 +1132,8 @@ impl ChannelDetails {
11321132
}
11331133

11341134
/// 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.
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.
11371137
#[derive(Debug, PartialEq)]
11381138
pub enum RecentPaymentDetails {
11391139
/// When a payment is still being sent and awaiting successful delivery.

0 commit comments

Comments
 (0)