File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
barretenberg/cpp/src/barretenberg/vm2/generated
bb-pilcom/bb-pil-backend/templates Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ struct AvmFlavorVariables {
146146 // Need to be templated for recursive verifier
147147 template <typename FF_>
148148 using MainRelations_ = flat_tuple::tuple<
149-
150149 // Optimized Relations
151150 avm2::optimized_poseidon2_perm<FF_>,
152151 // Relations
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ struct AvmFlavorVariables {
3232 // Need to be templated for recursive verifier
3333 template <typename FF_>
3434 using MainRelations_ = flat_tuple::tuple<
35- {{!-- It's easier to handle the optimized relations first --}}
36- {{ #each optimized_relations_file_names as |item |}}
35+ {{ #each optimized_relations_file_names as |item |}} {{!-- It's easier to handle the optimized relations first --}}
3736 {{ #if @first }} {{!-- If an optimized relation exists --}}
3837 // Optimized Relations
3938 {{ /if }}
You can’t perform that action at this time.
0 commit comments