Skip to content

Commit

Permalink
cairo0 format
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Oct 28, 2024
1 parent f9433cd commit 6ede980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mmr.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func left_child_jump_until_inside_mmr{range_check_ptr, pow2_array: felt*, mmr_le
) -> felt {
alloc_locals;
local in_mmr;
%{ ids.in_mmr = 1 if ids.left_child<=ids.mmr_len else 0 %}
%{ ids.in_mmr = 1 if ids.left_child <= ids.mmr_len else 0 %}

if (in_mmr != 0) {
// Ensure left_child <= mmr_len
Expand Down

0 comments on commit 6ede980

Please sign in to comment.