Skip to content

Commit

Permalink
chore: redo typo PR by panditdhamdhere (#11026)
Browse files Browse the repository at this point in the history
Thanks panditdhamdhere for
#11025. Our policy
is to redo typo changes to dissuade metric farming. This is an automated
script.
  • Loading branch information
AztecBot authored Jan 3, 2025
1 parent dc12c2b commit 8a6de5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ fn compute_fn_signature_hash(fn_name: &str, parameters: &[Type]) -> u32 {

- A string representation of the function is created, including the function name and parameter types
- This signature string is then hashed using Keccak-256
- The first 4 bytes of the resulting hash are coverted to a u32 integer
- The first 4 bytes of the resulting hash are converted to a u32 integer

### Integration into contract interface

Expand Down Expand Up @@ -274,4 +274,4 @@ Contract artifacts are important because:
- They help decode function return values in the simulator

## Further reading
- [Function attributes and macros](./attributes.md)
- [Function attributes and macros](./attributes.md)

0 comments on commit 8a6de5b

Please sign in to comment.