diff --git a/src/wallet/config.rs b/src/wallet/config.rs index 8da141b..7959155 100644 --- a/src/wallet/config.rs +++ b/src/wallet/config.rs @@ -80,7 +80,7 @@ impl WalletConfig { }, min_confirmations: MIN_CONFIRMATIONS_DEFAULT, use_dandelion: Some(true), - enable_tor_listener: Some(true), + enable_tor_listener: Some(false), api_port: Some(rand::thread_rng().gen_range(10000..30000)), }; Settings::write_to_file(&config, config_path);