Browse Source

Fix indentation, no functional changes

pull/138/head
Duke 4 months ago
parent
commit
0f8f028d7d
  1. 3
      lib/src/lib.rs

3
lib/src/lib.rs

@ -50,9 +50,6 @@ println!("\nBlake3 Hash: {}", hash1);
//let sttring = CString::new(hash1).unwrap();
let e_str = CString::new(format!("{}", hash1)).unwrap();
return e_str.into_raw();
}
/// Create a new wallet and return the seed for the newly created wallet.

Loading…
Cancel
Save