Skip to content

Commit

Permalink
Merge pull request #188 from mariocynicys/correct-onion-port
Browse files Browse the repository at this point in the history
fixup: record the correct port for the Tor interface
  • Loading branch information
sr-gi authored Feb 6, 2023
2 parents 280e478 + 75db9c6 commit 125709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teos/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ async fn main() {
.await;
addresses.push(msgs::NetworkAddress::from_torv3(
tor_api.get_onion_address(),
conf.api_port,
conf.onion_hidden_service_port,
));

Some(tor_api)
Expand Down

0 comments on commit 125709b

Please sign in to comment.