We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lightning-liquidity
1 parent b917eac commit 5ce36d6Copy full SHA for 5ce36d6
1 file changed
Cargo.toml
@@ -36,7 +36,8 @@ lightning-background-processor = { version = "0.0.125", features = ["futures"] }
36
lightning-rapid-gossip-sync = { version = "0.0.125" }
37
lightning-block-sync = { version = "0.0.125", features = ["rpc-client", "tokio"] }
38
lightning-transaction-sync = { version = "0.0.125", features = ["esplora-async-https", "time"] }
39
-lightning-liquidity = { version = "0.1.0-alpha.6", features = ["std"] }
+#lightning-liquidity = { version = "0.1.0-alpha.6", features = ["std"] }
40
+lightning-liquidity = { git = "https://github.com/tnull/lightning-liquidity", branch="2024-07-update-lsps1", features = ["std"] }
41
42
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std"] }
43
#lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
0 commit comments