adding return to if branch

This commit is contained in:
Nikolay Volf 2016-03-09 19:27:44 +04:00
parent f49e32cc79
commit 7ff4d14544
1 changed files with 1 additions and 0 deletions

View File

@ -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:");