summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-client/src/client.rs')
-rw-r--r--crates/arti-client/src/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/arti-client/src/client.rs b/crates/arti-client/src/client.rs
index 638f0e358..5e26beede 100644
--- a/crates/arti-client/src/client.rs
+++ b/crates/arti-client/src/client.rs
@@ -169,7 +169,7 @@ pub struct StreamPrefs {
/// Whether to return the stream optimistically.
optimistic_stream: bool,
/// Whether to try to make connections to onion services.
- #[cfg(feature = "onion-client")]
+ #[cfg(feature = "hs-client")]
#[allow(dead_code)]
connect_to_onion_services: bool, // TODO hs: this should default to "true".
}