hide sensitive data in STDOUT
This commit is contained in:
@@ -256,7 +256,7 @@ pub fn attempt_recover_seed(password: Option<String>) {
|
||||
};
|
||||
|
||||
match LightClient::attempt_recover_seed(&config, password) {
|
||||
Ok(seed) => println!("Recovered seed: '{}'", seed),
|
||||
Ok(_seed) => println!("Recovered seed "),
|
||||
Err(e) => eprintln!("Failed to recover seed. Error: {}", e)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user