Skip to content

Commit

Permalink
style: API BN naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Mar 6, 2024
1 parent 90a6a23 commit ae2a65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ic-agent/src/agent/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ impl Agent {
}
}

/// Retrieve all existing API Boundary Nodes from the State Tree.
/// Retrieve all existing API boundary nodes from the State tree.
pub async fn fetch_api_boundary_nodes(
&self,
effective_canister_id: Principal,
Expand Down Expand Up @@ -1463,7 +1463,7 @@ pub(crate) struct Subnet {
canister_ranges: RangeInclusiveSet<Principal, PrincipalStep>,
}

/// API Boundary Node, which routes /api calls to IC replica nodes.
/// API boundary node, which routes /api calls to IC replica nodes.
#[derive(Debug)]
pub struct ApiBoundaryNode {
/// Domain name
Expand Down

0 comments on commit ae2a65a

Please sign in to comment.