From da8419ec88cdcee361a1dbb80359f3886e151e49 Mon Sep 17 00:00:00 2001 From: weikengchen Date: Thu, 23 May 2024 00:15:21 +0800 Subject: [PATCH] use a fork of scriptexec --- .gitignore | 4 +++- Cargo.toml | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c683bf1..1c99bcd 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,6 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb -.idea \ No newline at end of file +.idea + +.DS_Store \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index f565b14..06b6b04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,7 @@ branch = "bitvm" [patch.crates-io.bitcoin-io] git = "https://github.com/rust-bitcoin/rust-bitcoin" -branch = "bitvm" \ No newline at end of file +branch = "bitvm" + +[patch.'https://github.com/BitVM/rust-bitcoin-scriptexec'.bitcoin-scriptexec] +git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-scriptexec" \ No newline at end of file