From 18863dd4c6a56f2d45319c3c60502398d2a08702 Mon Sep 17 00:00:00 2001 From: dbanks12 Date: Tue, 16 May 2023 18:58:47 +0000 Subject: [PATCH] fix aggregation state usage in circuits C++ --- circuits/cpp/barretenberg | 2 +- .../src/aztec3/circuits/abis/combined_accumulated_data.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/circuits/cpp/barretenberg b/circuits/cpp/barretenberg index af243b20ebf3..df440609ce73 160000 --- a/circuits/cpp/barretenberg +++ b/circuits/cpp/barretenberg @@ -1 +1 @@ -Subproject commit af243b20ebf38b27e79a1631cc056eab66573fd3 +Subproject commit df440609ce739477a93ca124fe119cbf1da44b9c diff --git a/circuits/cpp/src/aztec3/circuits/abis/combined_accumulated_data.hpp b/circuits/cpp/src/aztec3/circuits/abis/combined_accumulated_data.hpp index 382b68087277..ab04d40f6c94 100644 --- a/circuits/cpp/src/aztec3/circuits/abis/combined_accumulated_data.hpp +++ b/circuits/cpp/src/aztec3/circuits/abis/combined_accumulated_data.hpp @@ -70,8 +70,8 @@ template struct CombinedAccumulatedData { to_ct(aggregation_object.P0), to_ct(aggregation_object.P1), to_ct(aggregation_object.public_inputs), - aggregation_object.proof_witness_indices, aggregation_object.has_data, + aggregation_object.proof_witness_indices, }, to_ct(new_commitments), @@ -101,8 +101,8 @@ template struct CombinedAccumulatedData { to_nt(aggregation_object.P0), to_nt(aggregation_object.P1), to_nt(aggregation_object.public_inputs), - aggregation_object.proof_witness_indices, aggregation_object.has_data, + aggregation_object.proof_witness_indices, }, to_nt(new_commitments),