diff --git a/crates/rust-client/src/rpc/tonic_client/mod.rs b/crates/rust-client/src/rpc/tonic_client/mod.rs index 2fb3c8c38..a3e5a5590 100644 --- a/crates/rust-client/src/rpc/tonic_client/mod.rs +++ b/crates/rust-client/src/rpc/tonic_client/mod.rs @@ -355,7 +355,7 @@ impl NodeRpcClient for TonicRpcClient { .ok_or(RpcError::ExpectedDataMissing("AccountId".to_string()))? .try_into()?; - // Because we set `include_headers` to true, for any public account we requeted we + // Because we set `include_headers` to true, for any public account we requested we // should have the corresponding `state_header` field let headers = if account_id.is_public() { Some(