Skip to content

Commit

Permalink
Merge branch 'feat/smt' of https://github.com/waddaboo/zk-kit.rust in…
Browse files Browse the repository at this point in the history
…to feat/smt
  • Loading branch information
waddaboo committed Jul 31, 2024
2 parents 7fb8dd5 + ba8f105 commit 027fd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/smt/src/smt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl SMT {

let path = key_to_path(&key.to_string());
// If there is a matching entry, its node is saved in the `node` variable, otherwise the
// `zero_node` is saved. This node is used below as the first node (startning from the
// `zero_node` is saved. This node is used below as the first node (starting from the
// bottom of the tree) to obtain the new nodes up to the root.
let node = if let Some(ref matching_entry) = matching_entry {
(self.hash)(matching_entry.clone())
Expand Down

0 comments on commit 027fd14

Please sign in to comment.