Skip to content

Commit

Permalink
Revert "chore: tmp enable fetch root key"
Browse files Browse the repository at this point in the history
This reverts commit fe39797.
  • Loading branch information
nikolay-komarevskiy committed Jul 23, 2024
1 parent fe39797 commit 684aa06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion ic-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "ic-agent-with-discovery"
name = "ic-agent"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ impl Fetch for NodesFetcher {
"Failed to build the agent: {err}"
))
})?;
agent.fetch_root_key().await.map_err(|err| {
DynamicRouteProviderError::NodesFetchError(format!("Failed to fetch root key: {err}"))
})?;
let api_bns = agent
.fetch_api_boundary_nodes_by_subnet_id(self.subnet_id)
.await
Expand Down

0 comments on commit 684aa06

Please sign in to comment.