mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 19:49:24 +00:00
start i2p-zero by default
This commit is contained in:
parent
d9aa639cea
commit
8eeb9aa267
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ pub async fn start_up() {
|
|||
std::env::set_var(crate::MONERO_WALLET_PASSWORD, &wallet_password);
|
||||
}
|
||||
gen_app_wallet(&wallet_password).await;
|
||||
if args.i2p_normal {
|
||||
if !args.i2p_advanced {
|
||||
i2p::start().await;
|
||||
}
|
||||
gen_app_gpg().await;
|
||||
|
|
Loading…
Reference in a new issue