Skip to content

Commit b4026fd

Browse files
committed
f - re-word docs
1 parent 91105df commit b4026fd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2293,10 +2293,9 @@ const MAX_NO_CHANNEL_PEERS: usize = 250;
22932293
/// - [`MessageRouter::create_compact_blinded_paths`] when short-lived, and
22942294
/// - [`MessageRouter::create_blinded_paths`] when long-lived.
22952295
///
2296-
/// Using compact [`BlindedPath`]s may provide better privacy as more hops can be used with the same
2297-
/// amount of bytes. However, since they use short channel ids instead of pubkeys, they are more
2298-
/// likely to become invalid over time as channels are closed. Thus, they are only suitable for
2299-
/// short-term use.
2296+
/// Using compact [`BlindedPath`]s may provide better privacy as the [`MessageRouter`] could select
2297+
/// more hops. However, since they use short channel ids instead of pubkeys, they are more likely to
2298+
/// become invalid over time as channels are closed. Thus, they are only suitable for short-term use.
23002299
pub const MAX_SHORT_LIVED_RELATIVE_EXPIRY: Duration = Duration::from_secs(60 * 60 * 24);
23012300

23022301
/// Information needed for constructing an invoice route hint for this channel.

0 commit comments

Comments
 (0)