Skip to content

Commit 125709b

Browse files
authored
Merge pull request #188 from mariocynicys/correct-onion-port
fixup: record the correct port for the Tor interface
2 parents 280e478 + 75db9c6 commit 125709b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teos/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ async fn main() {
293293
.await;
294294
addresses.push(msgs::NetworkAddress::from_torv3(
295295
tor_api.get_onion_address(),
296-
conf.api_port,
296+
conf.onion_hidden_service_port,
297297
));
298298

299299
Some(tor_api)

0 commit comments

Comments
 (0)