adding return to if branch
This commit is contained in:
parent
f49e32cc79
commit
7ff4d14544
@ -365,6 +365,7 @@ impl Configuration {
|
||||
println!("New account address:");
|
||||
let new_address = secret_store.new_account(&password).unwrap();
|
||||
println!("{:?}", new_address);
|
||||
return;
|
||||
}
|
||||
if command == "list" {
|
||||
println!("Known addresses:");
|
||||
|
Loading…
Reference in New Issue
Block a user