Skip to content

Commit da08beb

Browse files
committed
FIXME: Update lightning-liquidity
1 parent 2027530 commit da08beb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ lightning-background-processor = { version = "0.0.125", features = ["futures"] }
3636
lightning-rapid-gossip-sync = { version = "0.0.125" }
3737
lightning-block-sync = { version = "0.0.125", features = ["rpc-client", "tokio"] }
3838
lightning-transaction-sync = { version = "0.0.125", features = ["esplora-async-https", "time"] }
39-
lightning-liquidity = { version = "0.1.0-alpha.6", features = ["std"] }
39+
#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"] }
4041

4142
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std"] }
4243
#lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }

0 commit comments

Comments
 (0)