From 6dd53e9117b018e1df928c762afbd948b4777b9b Mon Sep 17 00:00:00 2001 From: Velnbur Date: Thu, 5 Dec 2024 16:35:56 +0200 Subject: [PATCH] Fix bitcoin-window-mul --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3f01c5..f1d3ff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"