Skip to content

Commit

Permalink
use a fork of scriptexec
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen committed May 22, 2024
1 parent dd9dbe0 commit da8419e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

.idea
.idea

.DS_Store
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ branch = "bitvm"

[patch.crates-io.bitcoin-io]
git = "https://github.com/rust-bitcoin/rust-bitcoin"
branch = "bitvm"
branch = "bitvm"

[patch.'https://github.com/BitVM/rust-bitcoin-scriptexec'.bitcoin-scriptexec]
git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-scriptexec"

0 comments on commit da8419e

Please sign in to comment.