Skip to content

Commit da4cdd4

Browse files
committed
Tidy up language use
1 parent bd8397c commit da4cdd4

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
@@ -1105,8 +1105,8 @@ impl ChannelDetails {
11051105
}
11061106

11071107
/// 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.
1108+
/// currently pending. These not only include payments that are currently inflight, but also those
1109+
/// that may have yet to find a successful path or have unresolved HTLCs.
11101110
#[derive(Debug, PartialEq)]
11111111
pub enum RecentPaymentDetails {
11121112
/// When a payment is still being sent and awaiting successful delivery.

0 commit comments

Comments
 (0)