typo (#6544)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user