Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jun 8, 2024
1 parent 58ff77b commit 4a4b692
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/air/layouts/recursive/public_input.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ impl RecursivePublicInputImpl of PublicInputTrait {
let program_hash = poseidon_hash_span(program.span());

// 3. Output segment
let output_len: u32 = (output_stop - output_start).try_into().unwrap();
let output = public_memory.extract_range(public_memory.len() - output_len, output_len);
let output_hash = poseidon_hash_span(output.span());

Expand Down

0 comments on commit 4a4b692

Please sign in to comment.