Skip to content

Commit d002636

Browse files
author
maramihali
committed
hm
1 parent f6335c5 commit d002636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ ClientIVC::perform_recursive_verification_and_databus_consistency_checks(
268268
pairing_points.aggregate(nested_pairing_points);
269269
if (is_hiding_kernel) {
270270
pairing_points.aggregate(decider_pairing_points);
271-
// Placeholder for randomness at the end of the hiding circuit
271+
// Placeholder for randomness at the end of the hiding circuit (to be handled in subsequent PR)
272272
circuit.queue_ecc_no_op();
273273
circuit.queue_ecc_no_op();
274274
}

0 commit comments

Comments
 (0)