Log APIs used

This commit is contained in:
durch
2025-05-27 15:23:18 +02:00
parent e0966565e6
commit ad20b08ce0
+1
View File
@@ -213,6 +213,7 @@ async fn main() -> Result<()> {
}
if let Some(nym_apis) = args.nym_apis {
info!("Using nym apis: {:?}", nym_apis);
NYM_API_URLS.set(nym_apis).ok();
}