From decfe52aca9e5a2353b55a19c33a95791b31dea6 Mon Sep 17 00:00:00 2001 From: igamigo Date: Wed, 8 Jan 2025 17:58:20 -0300 Subject: [PATCH] reviews: Update comment Co-authored-by: Tomas Rodriguez Dala <43424983+tomyrd@users.noreply.github.com> --- crates/rust-client/src/rpc/tonic_client/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(