Skip to content

Commit

Permalink
Tidy up language use
Browse files Browse the repository at this point in the history
  • Loading branch information
jurvis committed Jan 14, 2023
1 parent bd8397c commit da4cdd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1105,8 +1105,8 @@ impl ChannelDetails {
}

/// Used by [`ChannelManager::list_pending_payments`] to express the status of payments that are
/// currently pending resolution. These not only include payments that are currently inflight, but
/// 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.
#[derive(Debug, PartialEq)]
pub enum RecentPaymentDetails {
/// When a payment is still being sent and awaiting successful delivery.
Expand Down

0 comments on commit da4cdd4

Please sign in to comment.