mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-20 16:49:25 +00:00
cargo fmt
This commit is contained in:
parent
75beecc6b9
commit
877f879af3
@ -107,9 +107,10 @@ impl<'a> From<&'a ChildKeysPublic> for &'a nssa::PrivateKey {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
|
||||||
use nssa::{PrivateKey, PublicKey};
|
use nssa::{PrivateKey, PublicKey};
|
||||||
|
|
||||||
|
use super::*;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_master_keys_generation() {
|
fn test_master_keys_generation() {
|
||||||
let seed = [
|
let seed = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user