Skip to content

Commit b9a4fb7

Browse files
committed
Merge pull request #47 from 'build/use-main-bdk-tx-repository-as-dependency'
2 parents adf8153 + 9c92f7d commit b9a4fb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors.workspace = true
66

77
[dependencies]
88
bdk_sp = { version = "0.1.0", path = "../silentpayments" }
9-
bdk_tx = { version = "0.1.0", git = "https://github.com/nymius/bdk-tx", branch = "feat/add-ChangeDescriptor-enum" }
9+
bdk_tx = { version = "0.1.0", git = "https://github.com/bitcoindevkit/bdk-tx", branch = "master" }
1010
indexer = { version = "0.1.0", path = "../indexer" , features = ["serde"]}
1111
serde = { version = "1.0.219", optional = true }
1212

0 commit comments

Comments
 (0)