We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe39797 commit 684aa06Copy full SHA for 684aa06
ic-agent/Cargo.toml
@@ -1,5 +1,5 @@
1
[package]
2
-name = "ic-agent-with-discovery"
+name = "ic-agent"
3
version.workspace = true
4
authors.workspace = true
5
edition.workspace = true
ic-agent/src/agent/http_transport/dynamic_routing/nodes_fetch.rs
@@ -65,9 +65,6 @@ impl Fetch for NodesFetcher {
65
"Failed to build the agent: {err}"
66
))
67
})?;
68
- agent.fetch_root_key().await.map_err(|err| {
69
- DynamicRouteProviderError::NodesFetchError(format!("Failed to fetch root key: {err}"))
70
- })?;
71
let api_bns = agent
72
.fetch_api_boundary_nodes_by_subnet_id(self.subnet_id)
73
.await
0 commit comments