Skip to content

Commit

Permalink
Swap regtest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Dec 3, 2024
1 parent ff75f29 commit 43b3cc8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
98 changes: 49 additions & 49 deletions 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 protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ chacha20-poly1305 = { version = "0.1.1", default-features = false }

[dev-dependencies]
# bitcoind version 26.0 includes support for BIP324's V2 protocol, but it is disabled by default.
bitcoind = { package = "bitcoind-json-rpc-regtest", version = "0.3.0", default-features = false, features = ["26_0"] }
bitcoind = { package = "corepc-node", version = "0.4.0", default-features = false, features = ["26_0"] }
hex = { package = "hex-conservative", version = "0.2.0" }

[lib]
Expand Down

0 comments on commit 43b3cc8

Please sign in to comment.