Skip to content

Commit

Permalink
reviews: Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Rodriguez Dala <[email protected]>
  • Loading branch information
igamigo and tomyrd authored Jan 8, 2025
1 parent 7fa4081 commit decfe52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-client/src/rpc/tonic_client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit decfe52

Please sign in to comment.