Skip to content

Commit 927730a

Browse files
committed
Fix lnpbp_secp256k1zkp-related tests
1 parent c73998c commit 927730a

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

commit_verify/src/convolve_commit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ where
135135
///
136136
/// ```
137137
/// # use bitcoin_hashes::sha256::Midstate;
138-
/// # use secp256k1zkp::Secp256k1;
138+
/// # use lnpbp_secp256k1zkp::Secp256k1;
139139
/// # use commit_verify::CommitmentProtocol;
140140
///
141141
/// // Uninstantiable type

commit_verify/src/embed_commit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ where
8181
///
8282
/// ```
8383
/// # use bitcoin_hashes::sha256::Midstate;
84-
/// # use secp256k1zkp::Secp256k1;
84+
/// # use lnpbp_secp256k1zkp::Secp256k1;
8585
/// # use commit_verify::CommitmentProtocol;
8686
///
8787
/// // Uninstantiable type

strict_encoding/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ monero = { version = "0.18", optional = true }
3333

3434
[dev-dependencies]
3535
rand = "0.7" # We can't use more recent version due to ed25519-dalek limitations
36+
lnpbp_secp256k1zkp = { version = "0.9.0-alpha.1", features = ["rand"] }
3637
amplify = { version = "3.13.0", features = ["proc_attr", "hex"] }
3738
strict_encoding_test = { version = "0.9.0-rc.1", path = "./test_helpers" }
3839

0 commit comments

Comments
 (0)