Skip to content

Commit 250ef2e

Browse files
committed
update recursive gate count.
1 parent 7d7d4b3 commit 250ef2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/cpp/src/barretenberg/dsl/acir_format/gate_count_constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ constexpr std::tuple<size_t, size_t> HONK_RECURSION_CONSTANTS(
100100
if (mode != PredicateTestCase::ConstantTrue) {
101101
bb::assert_failure("Unhandled mode in MegaZKRecursiveFlavor.");
102102
}
103-
return std::make_tuple(817187, 0);
103+
return std::make_tuple(824046, 0);
104104
} else {
105105
bb::assert_failure("Unhandled recursive flavor.");
106106
}

0 commit comments

Comments
 (0)