Skip to content

Commit

Permalink
Make spellcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Jun 14, 2024
1 parent 50872df commit f9c4724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fuel-core/src/schema/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl MessageQuery {
.await
}

// 256 * QUERY_COSTS.storage_read because the depth of hte Merkle tree in the worst case is 256
// 256 * QUERY_COSTS.storage_read because the depth of the Merkle tree in the worst case is 256
#[graphql(complexity = "256 * QUERY_COSTS.storage_read + child_complexity")]
async fn message_proof(
&self,
Expand Down

0 comments on commit f9c4724

Please sign in to comment.