Skip to content

Commit 67ef682

Browse files
authored
Merge pull request #150 from tnull/2023-08-unpin-bdk
Bump `esplora-client` and unpin BDK
2 parents ed6c529 + dc10b6f commit 67ef682

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ lightning-transaction-sync = { version = "0.0.116", features = ["esplora-async-h
5656
#lightning-rapid-gossip-sync = { path = "../rust-lightning/lightning-rapid-gossip-sync" }
5757
#lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync", features = ["esplora-async"] }
5858

59-
# TODO: unpin BDK once we upgraded the esplora client to 0.5 everywhere.
60-
bdk = { version = "=0.28.0", default-features = false, features = ["std", "async-interface", "use-esplora-async", "sqlite-bundled", "keys-bip39"]}
59+
bdk = { version = "0.28.0", default-features = false, features = ["std", "async-interface", "use-esplora-async", "sqlite-bundled", "keys-bip39"]}
6160
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
6261
rusqlite = { version = "0.28.0", features = ["bundled"] }
6362
bitcoin = "0.29.2"

0 commit comments

Comments
 (0)