Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-londhe committed Jan 5, 2025
1 parent c8a3e17 commit fb7ea93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bls/src/backends/zkcrypto/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl Signature {
mod tests {
use super::*;
use crate::{
backends::bls12_381::{secret_key::SecretKey, secret_key_bytes::SecretKeyBytes},
backends::zkcrypto::{secret_key::SecretKey, secret_key_bytes::SecretKeyBytes},
traits::SecretKey as _,
};

Expand Down

0 comments on commit fb7ea93

Please sign in to comment.