Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baitcode committed Oct 21, 2024
1 parent 4301fe4 commit 2aabcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utreexo/src/stump/accumulator.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub impl StumpUtreexoAccumulatorImpl of StumpUtreexoAccumulator {

// Checks that new_roots_span is not empty
if let Option::Some(root) = root {
// Chechs that root has value
// Checks that root has value
if let Option::Some(root) = root {
// Merging with the hash
to_add = parent_hash(*root, to_add);
Expand Down

0 comments on commit 2aabcc6

Please sign in to comment.