This commit is contained in:
Simon Wicky
2026-03-10 16:18:17 +01:00
committed by GitHub
parent 2e27d2374c
commit 691148a070
2 changed files with 2 additions and 2 deletions
@@ -41,7 +41,7 @@ pub struct BuilderConfig {
// Toggle
#[builder(default)]
pub enable_lp_regitration: bool,
pub enable_lp_registration: bool,
// Mixnet based only option
pub mixnet_client_config: MixnetClientConfig,
+1 -1
View File
@@ -33,7 +33,7 @@ impl RegistrationClientBuilder {
}
pub fn use_lp(&self) -> bool {
let lp_enabled = self.config.enable_lp_regitration;
let lp_enabled = self.config.enable_lp_registration;
let lp_info_available = self.config.entry_node.node.lp_data.is_some()
&& self.config.exit_node.node.lp_data.is_some();
// To remove when LP supports Mixnet registration