Skip to content

Commit

Permalink
Fix bitcoin-window-mul
Browse files Browse the repository at this point in the history
  • Loading branch information
Velnbur committed Dec 5, 2024
1 parent 47a3049 commit 6dd53e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resolver = "2"

[workspace.dependencies]
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm", features = ["rand-std"]}
bitcoin-window-mul = { git = "https://github.com/Velnbur/bitcoin-window-mul.git", branch = "use-one-bitcoin-version" }
bitcoin-window-mul = { git = "https://github.com/distributed-lab/bitcoin-window-mul.git" }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

Expand Down

0 comments on commit 6dd53e9

Please sign in to comment.