Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Dec 17, 2024
1 parent 4eaa75c commit ef38e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/engine/tree/src/tree/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ where
config.nodes_sorted.clone(),
config.state_sorted.clone(),
config.prefix_sets.clone(),
.with_branch_node_hash_masks(true)
)
.with_branch_node_hash_masks(true)
.multiproof(proof_targets.clone());

match result {
Expand Down

0 comments on commit ef38e76

Please sign in to comment.