Skip to content

Commit 081904e

Browse files
committed
fix: chunk aggregator read of rom_vkey
1 parent 1a49fa3 commit 081904e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aggregation_mode/proof_aggregator/aggregation_programs/zisk/src/chunk_aggregator_main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pub fn main() {
3434
// The first 4 entries are the rom vkey
3535
if i < 4 {
3636
rom_vkey[i as usize] = proof_words[p];
37+
p += 1;
3738
}
3839

3940
publics.push(proof_words[p]);

0 commit comments

Comments
 (0)