diff --git a/common/client-core/src/client/topology_control/nym_api_provider.rs b/common/client-core/src/client/topology_control/nym_api_provider.rs index a81118665c1..2d131cb22bb 100644 --- a/common/client-core/src/client/topology_control/nym_api_provider.rs +++ b/common/client-core/src/client/topology_control/nym_api_provider.rs @@ -12,7 +12,7 @@ use std::cmp::min; use tracing::{debug, error, warn}; use url::Url; -#[derive(Debug)] +#[derive(Debug, Copy, Clone)] pub struct Config { pub min_mixnode_performance: u8, pub min_gateway_performance: u8,