Skip to content

Commit

Permalink
Correct tests
Browse files Browse the repository at this point in the history
I forgot to run check with --all-targets
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent 94f5bad commit 4696cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/coins/btc/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ impl ScriptedHost for BtcHost {
&bitcoin::util::key::PrivateKey {
compressed: true,
network: NETWORK,
key: secp256k1::SecretKey::from_slice(
inner: secp256k1::SecretKey::from_slice(
&Secp256k1Engine::private_key_to_bytes(
&Secp256k1Engine::new_private_key()
)
Expand Down
2 changes: 1 addition & 1 deletion src/tests/secp_dl_eq.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use rand::rngs::OsRng;
use rand_8::rngs::OsRng;
use secp256kfun::{marker::*, Scalar, G, g};

use crate::crypt_engines::secp256k1_engine::SecpDleqProof;
Expand Down

0 comments on commit 4696cbd

Please sign in to comment.