Skip to content

Commit

Permalink
chore: Update Cargo
Browse files Browse the repository at this point in the history
Witness data is dynamically generated, based on sighashes. We no longer
need to parse witness JSON files.
  • Loading branch information
uncomputable committed Oct 14, 2024
1 parent 569ca87 commit 723c945
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions bitcoind-tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bitcoind-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["sanket1729 <sanket1729@gmail.com>"]
edition = "2021"

[dependencies]
simfony = { path = "..", features = ["serde"] }
simfony = { path = ".." }
elementsd = { version = "0.11.0" }
actual-rand = { package = "rand", version = "0.8.4" }
secp256k1 = { version = "0.29.0", features = ["rand-std"] }

0 comments on commit 723c945

Please sign in to comment.