Skip to content

Commit 42febf2

Browse files
Update aggregation_mode/aggregation_programs/sp1/src/chunk_aggregator_main.rs
Co-authored-by: Julian Arce <[email protected]>
1 parent b08ea28 commit 42febf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aggregation_mode/aggregation_programs/sp1/src/chunk_aggregator_main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn main() {
2020
let vkey = proof.vk;
2121
let public_values_digest = Sha256::digest(&proof.public_inputs);
2222

23-
// Ensure the aggregated chunk originates from the L1 aggregation program.
23+
// Ensure the aggregated chunk originates from the user proofs aggregation program.
2424
// This validation step guarantees that the proof was genuinely verified
2525
// by this program. Without this check, a different program using the
2626
// same public inputs could bypass verification.

0 commit comments

Comments
 (0)