Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Dec 5, 2024
1 parent b3a8a01 commit 75e9534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sdk/src/network-v2/proto/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ pub mod prover_network_client {
req.extensions_mut().insert(GrpcMethod::new("network.ProverNetwork", "SetProgramName"));
self.inner.unary(req, path, codec).await
}
/// Get the avaliable balance of an account.
/// Get the available balance of an account.
pub async fn get_balance(
&mut self,
request: impl tonic::IntoRequest<super::GetBalanceRequest>,
Expand Down Expand Up @@ -2130,7 +2130,7 @@ pub mod prover_network_server {
&self,
request: tonic::Request<super::SetProgramNameRequest>,
) -> std::result::Result<tonic::Response<super::SetProgramNameResponse>, tonic::Status>;
/// Get the avaliable balance of an account.
/// Get the available balance of an account.
async fn get_balance(
&self,
request: tonic::Request<super::GetBalanceRequest>,
Expand Down

0 comments on commit 75e9534

Please sign in to comment.