Skip to content

Commit af00b42

Browse files
link instead of duplicate a value on doc on response_max_age_secs lsps5/ClientConfig
1 parent 6c95b87 commit af00b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-liquidity/src/lsps5/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub const DEFAULT_RESPONSE_MAX_AGE_SECS: u64 = 3600;
4343
#[derive(Debug, Clone)]
4444
/// Configuration for the LSPS5 client
4545
pub struct LSPS5ClientConfig {
46-
/// Maximum age in seconds for cached responses (default: 3600 - 1 hour).
46+
/// Maximum age in seconds for cached responses (default: [`DEFAULT_RESPONSE_MAX_AGE_SECS`]).
4747
pub response_max_age_secs: Duration,
4848
}
4949

0 commit comments

Comments
 (0)