File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2293,10 +2293,9 @@ const MAX_NO_CHANNEL_PEERS: usize = 250;
2293
2293
/// - [`MessageRouter::create_compact_blinded_paths`] when short-lived, and
2294
2294
/// - [`MessageRouter::create_blinded_paths`] when long-lived.
2295
2295
///
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.
2300
2299
pub const MAX_SHORT_LIVED_RELATIVE_EXPIRY: Duration = Duration::from_secs(60 * 60 * 24);
2301
2300
2302
2301
/// Information needed for constructing an invoice route hint for this channel.
You can’t perform that action at this time.
0 commit comments