diff --git a/src/doctor.rs b/src/doctor.rs index 2f8b2f5..bc3dd40 100644 --- a/src/doctor.rs +++ b/src/doctor.rs @@ -1216,7 +1216,7 @@ pub async fn run(command: Commands, config: &NodeConfig) -> anyhow::Result<()> { port_map_probe(config).await } Commands::RelayUrls { count } => { - relay_urls(count, config).await + relay_urls(count, config.clone()).await } Commands::Plot { interval,