Skip to content

Commit

Permalink
update tor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Hambly committed Jan 14, 2022
1 parent 16517f7 commit 628bbb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/src/tor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ impl Default for Tor {
impl Tor {
/// Returns a new Tor instance with random options.
/// The data directory, passphrase, and log destination are temporary and randomized.
/// Two available adjacent TCP ports will be selected in the given
/// port range. These are scanned sequentially from start to end.
/// These ports are only for the control and socks ports, the onion address and port info are still loaded from the
/// Two TCP ports will be provided by the operating system.
/// These ports are used for the control and socks ports, the onion address and port info are still loaded from the
/// node identity file.
pub fn initialize() -> Result<Tor, ExitCodes> {
let mut instance = Tor::default();
Expand Down

0 comments on commit 628bbb7

Please sign in to comment.