We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e87f3e commit 160d2f2Copy full SHA for 160d2f2
lightning-liquidity/src/lsps5/service.rs
@@ -364,7 +364,7 @@ where
364
/// Notify that the client has one or more pending BOLT Onion Messages.
365
///
366
/// SHOULD be called by your LSP application logic when you receive Onion Messages
367
- /// for `client_id` while the client is offline. Builds a [`WebhookNotificationMethod::LSPS5LiquidityManagementRequest`]
+ /// for `client_id` while the client is offline. Builds a [`WebhookNotificationMethod::LSPS5OnionMessageIncoming`]
368
/// notification, signs it, and enqueues HTTP POSTs to each registered webhook.
369
370
/// # Parameters
0 commit comments