@@ -694,6 +694,7 @@ impl Damus {
|
|||||||
for key in parsed_args.keys {
|
for key in parsed_args.keys {
|
||||||
info!("adding account: {}", key.pubkey);
|
info!("adding account: {}", key.pubkey);
|
||||||
accounts.add_account(key);
|
accounts.add_account(key);
|
||||||
|
accounts.select_account(accounts.num_accounts() - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// setup relays if we have them
|
// setup relays if we have them
|
||||||
|
|||||||
@@ -213,7 +213,6 @@ impl Args {
|
|||||||
error!("failed to parse filter in '{}'", filter_file);
|
error!("failed to parse filter in '{}'", filter_file);
|
||||||
}
|
}
|
||||||
} else if arg == "--no-keystore" {
|
} else if arg == "--no-keystore" {
|
||||||
i += 1;
|
|
||||||
res.use_keystore = false;
|
res.use_keystore = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user