Skip to content

Commit

Permalink
chore: tmp enable fetch root key
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Jul 23, 2024
1 parent e0ba859 commit f0721eb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ 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 f0721eb

Please sign in to comment.