fixes tor health checks

This commit is contained in:
Keagan McClelland
2021-10-04 15:55:08 -06:00
committed by Aiden McClelland
parent 686b2cb12c
commit 792c8b2c63

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()
))