Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar committed Nov 20, 2024
1 parent 3ce068e commit d9c2b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,10 @@ impl ClientKind {
match self {
ClientKind::Account => endpoints.account.clone(),
ClientKind::Basin(basin) => match &endpoints.basin {
BasinEndpoint::CellKnown(endpoint) => endpoint.clone(),
BasinEndpoint::ParentZone(zone) => format!("{basin}.{zone}")
.try_into()
.expect("valid authority as basin pre-validated"),
BasinEndpoint::CellKnown(endpoint) => endpoint.clone(),
},
}
}
Expand Down

0 comments on commit d9c2b65

Please sign in to comment.