Skip to content

Commit 96ed524

Browse files
fixup: fix LSPS5ServiceHandler unused link
1 parent 34f1a10 commit 96ed524

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lightning-liquidity/src/lsps5/service.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub struct LSPS5ServiceConfig {
8686
pub notification_cooldown_hours: Duration,
8787
}
8888

89-
/// Service‐side handler for the LSPS5 (bLIP-55) webhook registration protocol.
89+
/// Service‐side handler for the [`bLIP-55 / LSPS5`] webhook registration protocol.
9090
///
9191
/// Runs on the LSP (server) side. Stores and manages client-registered webhooks,
9292
/// enforces per-client limits and retention policies, and emits signed JSON-RPC
@@ -116,8 +116,7 @@ pub struct LSPS5ServiceConfig {
116116
/// `LSPS5ClientHandler::parse_webhook_notification`.
117117
/// - Webhook endpoints use only HTTPS and must guard against unauthorized calls.
118118
///
119-
/// [`bLIP-55 / LSPS5 spec`]: https://github.com/lightning/blips/pull/55/files
120-
///
119+
/// [`bLIP-55 / LSPS5`]: https://github.com/lightning/blips/pull/55/files
121120
/// [`max_webhooks_per_client`]: super::service::LSPS5ServiceConfig::max_webhooks_per_client
122121
/// [`LSPS5ServiceEvent::WebhookRegistered`]: super::event::LSPS5ServiceEvent::WebhookRegistered
123122
/// [`LSPS5ServiceEvent::WebhooksListed`]: super::event::LSPS5ServiceEvent::WebhooksListed

0 commit comments

Comments
 (0)