Skip to content

Commit

Permalink
Use forked version of bitcoin-window-mul for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Velnbur committed Nov 27, 2024
1 parent d91767d commit 47a3049
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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/distributed-lab/bitcoin-window-mul.git" }
bitcoin-window-mul = { git = "https://github.com/Velnbur/bitcoin-window-mul.git", branch = "use-one-bitcoin-version" }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

Expand Down
2 changes: 1 addition & 1 deletion bitcoin-testscripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bitcoin = { workspace = true, features = ["rand-std"]}
bitcoin-script = { git = "https://github.com/BitVM/rust-bitcoin-script" }

# BitVM scripts
bitcoin-window-mul = { git = "https://github.com/distributed-lab/bitcoin-window-mul.git" }
bitcoin-window-mul = { workspace = true }
# bitcoin-window-mul = { path = "../../../alpen/bitcoin-window-mul" }
bitcoin-splitter = { path = "../bitcoin-splitter" }
bitcoin-utils = { path = "../bitcoin-utils" }
Expand Down
1 change: 0 additions & 1 deletion nero-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ edition = "2021"
bitcoin = { workspace = true, features = ["rand-std"]}
bitcoin-script = { git = "https://github.com/BitVM/rust-bitcoin-script" }
bitcoin-scriptexec = { path = "../bitcoin-scriptexec" }
bitcoin-script-stack = { git = "https://github.com/FairgateLabs/rust-bitcoin-script-stack"}

# BitVM scripts
bitcoin-window-mul.workspace = true
Expand Down

0 comments on commit 47a3049

Please sign in to comment.