Skip to content

Commit

Permalink
fixup: record the correct port for the Tor interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys committed Feb 6, 2023
1 parent 280e478 commit 75db9c6
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 75db9c6

Please sign in to comment.