Skip to content

Commit 504523a

Browse files
authored
Merge branch 'feat/starknet_fetcher' into better_cairo_runners
2 parents cf123ad + f0a87ae commit 504523a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/utils.cairo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func write_output_ptr{output_ptr: felt*}(
4747

4848
end_loop:
4949

50+
// ensure we finish the loop
5051
assert counter = mmr_metas_len;
5152
let output_ptr = output_ptr + mmr_metas_len * 3;
5253

0 commit comments

Comments
 (0)