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;
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.
23002299pub 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.
You can’t perform that action at this time.
0 commit comments