Skip to content

Commit 75db9c6

Browse files
committed
fixup: record the correct port for the Tor interface
1 parent 280e478 commit 75db9c6

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)