Skip to content

Commit

Permalink
fix: add TODO with issue for num_gates bug (#4847)
Browse files Browse the repository at this point in the history
ledwards2225 authored Feb 29, 2024
1 parent 4979e02 commit f6c558b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -584,6 +584,9 @@ class UltraCircuitBuilder_ : public CircuitBuilderBase<typename Arithmetization_
* 5) Number of non-native field multiplication gates.
*
* @return size_t
* TODO(https://github.com/AztecProtocol/barretenberg/issues/875): This method may return an incorrect value before
* the circuit is finalized due to a failure to account for "de-duplication" when computing how many
* non-native-field gates will be present.
*/
size_t get_num_gates() const override
{

0 comments on commit f6c558b

Please sign in to comment.