Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 3e31035

Browse files
committed
Rename crate to lightning-liquidity
1 parent f848b39 commit 3e31035

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "ldk-lsp-client"
2+
name = "lightning-liquidity"
33
version = "0.1.0"
44
authors = ["John Cantrell <[email protected]>", "Elias Rohrer <[email protected]>"]
55
edition = "2018"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# ldk-lsp-client
1+
# `lightning-liquidity`
22

33
Types and primitives to integrate a [spec-compliant](https://github.com/BitcoinAndLightningLayerSpecs/lsp) LSP with an LDK-based node.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// licenses.
99
#![crate_name = "ldk_lsp_client"]
1010

11-
//! # ldk-lsp-client
11+
//! # `lightning-liquidity`
1212
//! Types and primitives to integrate a spec-compliant LSP with an LDK-based node.
1313
#![deny(missing_docs)]
1414
#![deny(broken_intra_doc_links)]

0 commit comments

Comments
 (0)