Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Fix cast optimiser
Browse files Browse the repository at this point in the history
  • Loading branch information
guipublic committed Feb 21, 2023
1 parent 9acc266 commit c83fc06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acvm/src/compiler/transformers/csat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ impl CSatTransformer {
}
Ordering::Equal => {
gate.linear_combinations.remove(x);
intermediate_gate.linear_combinations.pop();
}
}

Expand Down

0 comments on commit c83fc06

Please sign in to comment.