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 d78c28b commit 51c9324Copy full SHA for 51c9324
lightning-liquidity/src/lsps5/event.rs
@@ -71,8 +71,9 @@ pub enum LSPS5ServiceEvent {
71
request_id: LSPSRequestId,
72
},
73
74
- /// This event occurs when the LSP needs to send a notification to a client's webhook.
+ /// A notification needs to be sent to a client's webhook
75
///
76
+ /// This event occurs when the LSP needs to send a notification to a client's webhook.
77
/// When this event is received, the LSP should:
78
/// 1. Serialize the notification to JSON
79
/// 2. Make an HTTP POST request to the provided URL with the given headers and the serialized notification
0 commit comments