Skip to content

Commit

Permalink
Update yellow-paper/docs/contract-deployment/classes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Palladino <[email protected]>
  • Loading branch information
iAmMichaelConnor and spalladino authored Apr 4, 2024
1 parent 2cfe519 commit 685cf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellow-paper/docs/contract-deployment/classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ contract_class_id_crh(
let private_function_leaves: Field[] = private_functions.map(|f| private_function_leaf_crh(f));

// Illustrative function, not defined. TODO.
let private_function_tree_root: Field = merkleize(private_function_leaves);
let private_function_tree_root: Field = merkleize(private_function_leaves, PRIVATE_FUNCTION_TREE_HEIGHT);

// Illustrative function, not defined. TODO.
let public_bytecode_commitment: Point = calculate_commitment(packed_public_bytecode);
Expand Down

0 comments on commit 685cf28

Please sign in to comment.