Skip to content

Commit

Permalink
Fix lnpbp_secp256k1zkp-related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 25, 2022
1 parent c73998c commit 927730a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 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 commit_verify/src/convolve_commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ where
///
/// ```
/// # use bitcoin_hashes::sha256::Midstate;
/// # use secp256k1zkp::Secp256k1;
/// # use lnpbp_secp256k1zkp::Secp256k1;
/// # use commit_verify::CommitmentProtocol;
///
/// // Uninstantiable type
Expand Down
2 changes: 1 addition & 1 deletion commit_verify/src/embed_commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ where
///
/// ```
/// # use bitcoin_hashes::sha256::Midstate;
/// # use secp256k1zkp::Secp256k1;
/// # use lnpbp_secp256k1zkp::Secp256k1;
/// # use commit_verify::CommitmentProtocol;
///
/// // Uninstantiable type
Expand Down
1 change: 1 addition & 0 deletions strict_encoding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ monero = { version = "0.18", optional = true }

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

Expand Down

0 comments on commit 927730a

Please sign in to comment.