Skip to content

Commit ea4c8e5

Browse files
chore: remove fetch_root_key() call
1 parent 8bfe51b commit ea4c8e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ic-agent/src/agent/http_transport/dynamic_routing/nodes_fetch.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ impl Fetch for NodesFetcher {
5555
.with_transport(transport)
5656
.build()
5757
.with_context(|| "Failed to build an agent: {err}")?;
58-
agent
59-
.fetch_root_key()
60-
.await
61-
.with_context(|| "Failed to fetch root key: {err}")?;
6258
let api_bns = agent
6359
.fetch_api_boundary_nodes_by_subnet_id(self.subnet_id)
6460
.await?;

0 commit comments

Comments
 (0)