File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
lightning-liquidity/src/lsps5 Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments