Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgwiese committed Jul 3, 2024
1 parent 38f27a1 commit 6890731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor/src/witgen/block_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ impl<'a, 'b, 'c, T: FieldElement, Q: QueryCallback<T>> BlockProcessor<'a, 'b, 'c
let progress = match action {
Action::InternalIdentity(identity_index) => {
if is_identity_complete[row_index][identity_index] {
// The identity has been completed already, there is no point in processing it again.
false
} else {
let res = self.processor.process_identity(
Expand Down

0 comments on commit 6890731

Please sign in to comment.