Fix indentation, no functional changes

This commit is contained in:
Duke
2024-01-12 18:17:32 -05:00
parent 391af1c75a
commit 0f8f028d7d

View File

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