fixes tor health checks

This commit is contained in:
Keagan McClelland
2021-10-04 15:55:08 -06:00
committed by Aiden McClelland
parent 953e22080f
commit d33e74214b

View File

@@ -195,7 +195,7 @@ async fn inner_main(
let tor_client = Client::builder()
.proxy(
Proxy::http(format!(
"socks5://{}:{}",
"socks5h://{}:{}",
rpc_ctx.tor_socks.ip(),
rpc_ctx.tor_socks.port()
))