Skip to content

Commit 51c9324

Browse files
fixup: keep one-line description on first line for SendWebhookNotifications
1 parent d78c28b commit 51c9324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning-liquidity/src/lsps5/event.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ pub enum LSPS5ServiceEvent {
7171
request_id: LSPSRequestId,
7272
},
7373

74-
/// This event occurs when the LSP needs to send a notification to a client's webhook.
74+
/// A notification needs to be sent to a client's webhook
7575
///
76+
/// This event occurs when the LSP needs to send a notification to a client's webhook.
7677
/// When this event is received, the LSP should:
7778
/// 1. Serialize the notification to JSON
7879
/// 2. Make an HTTP POST request to the provided URL with the given headers and the serialized notification

0 commit comments

Comments
 (0)