Skip to content

Commit

Permalink
chore: remove fetch_root_key() call
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Jul 16, 2024
1 parent 8bfe51b commit ea4c8e5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ impl Fetch for NodesFetcher {
.with_transport(transport)
.build()
.with_context(|| "Failed to build an agent: {err}")?;
agent
.fetch_root_key()
.await
.with_context(|| "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 ea4c8e5

Please sign in to comment.