Skip to content

Commit

Permalink
f Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jan 15, 2025
1 parent a3efc3c commit 0fd3c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning-liquidity/src/lsps0/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ where
/// Calls LSPS0 / bLIP-50's `list_protocols`.
///
/// Please refer to the [LSPS0 / bLIP-50
/// specifcation](https://github.com/lightning/blips/blob/master/blip-0050.md#lsps-specification-support-query#lsps-specification-support-query)
/// specifcation](https://github.com/lightning/blips/blob/master/blip-0050.md#lsps-specification-support-query)
/// for more information.
pub fn list_protocols(&self, counterparty_node_id: &PublicKey) {
let msg = LSPS0Message::Request(
Expand Down

0 comments on commit 0fd3c19

Please sign in to comment.