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 a3efc3c commit 0fd3c19Copy full SHA for 0fd3c19
lightning-liquidity/src/lsps0/client.rs
@@ -46,7 +46,7 @@ where
46
/// Calls LSPS0 / bLIP-50's `list_protocols`.
47
///
48
/// Please refer to the [LSPS0 / bLIP-50
49
- /// 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)
50
/// for more information.
51
pub fn list_protocols(&self, counterparty_node_id: &PublicKey) {
52
let msg = LSPS0Message::Request(
0 commit comments